diff options
| author | van Hauser <vh@thc.org> | 2023-12-29 16:24:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-29 16:24:46 +0100 |
| commit | c39596c8bf44c9fe04180d9cf298fd2db36637ac (patch) | |
| tree | 083564475b73e1a02966d9b7c701910bab95291b /TODO.md | |
| parent | dcb5bc3fa5b48b316719cb6abab856697dc29bda (diff) | |
| parent | 88cbaeb3e14de3ee5960ca78564e41741e7bd85b (diff) | |
| download | afl++-c39596c8bf44c9fe04180d9cf298fd2db36637ac.tar.gz | |
Merge pull request #1943 from AFLplusplus/dev
push to stable
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md index 9e9a2366..8d746d50 100644 --- a/TODO.md +++ b/TODO.md @@ -10,6 +10,15 @@ - when trimming then perform crash detection - either -L0 and/or -p mmopt results in zero new coverage +afl-clang-fast -Iapps -I. -Iinclude -Iapps/include -pthread -m64 -fsanitize=address -fno-omit-frame-pointer -g -Wa,--noexecstack -Qunused-arguments -fno-inline-functions -g -pthread -Wno-unused-command-line-argument -O3 -fno-sanitize=alignment -DOPENSSL_BUILDING_OPENSSL -DPEDANTIC -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -MMD -MF apps/openssl-bin-speed.d.tmp -MT apps/openssl-bin-speed.o -c -o apps/openssl-bin-speed.o apps/speed.c +afl-cc++4.10a by Michal Zalewski, Laszlo Szekeres, Marc Heuse - mode: LLVM-PCGUARD +Split-compare-newpass by laf.intel@gmail.com, extended by heiko@hexco.de (splitting icmp to 8 bit) +Split-floatingpoint-compare-pass: 2 FP comparisons split +724 comparisons found +SanitizerCoveragePCGUARD++4.10a +[+] Instrumented 7356 locations with no collisions (non-hardened mode) of which are 99 handled and 7 unhandled selects. + + ## Should <<<<<<< Updated upstream |
