support LLVMFuzzerTestOneInput archive targets

This commit is contained in:
vanhauser-thc
2024-12-13 11:05:17 +01:00
parent 9160805f4a
commit 2956b9cc4c
2 changed files with 43 additions and 37 deletions

View File

@ -7,6 +7,8 @@
### Version ++4.31a (dev)
- loose file and shared memory permissions on Android and iPhone
- afl-cc:
- -fsanitize=fuzzer now inserts libAFLDriver.a addtionally early to help
compiling if LLVMFuzzerTestOneOnput is in an .a archive
- added __sanitizer_weak_hook_* functions (in case that is helpful in
weird setups)