-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Checked on the last commit of the dev branch (5371f76)
Describe the bug
With LLVM CLASSIC
instrumentation AFL_DUMP_MAP_SIZE
doesn't work properly: no map size output on the stdout and the program does not terminate
To Reproduce
Steps to reproduce the behavior:
$ AFL_LLVM_INSTRUMENT=CLASSIC ./afl-clang-fast ./test-instr.c -o test-instr.classic
afl-cc++4.34a by Michal Zalewski, Laszlo Szekeres, Marc Heuse - mode: LLVM-CLASSIC
afl-llvm-pass++4.34a by <lszekeres@google.com> and <adrian.herrera@anu.edu.au>
afl-llvm-pass++4.34a using non-thread safe instrumentation
[+] Instrumented 15 locations (non-hardened mode, ratio 100%).
$ AFL_DUMP_MAP_SIZE=1 ./test-instr.classic < /dev/null
Hum?
Expected behavior
65536
on the stdout
Additional context
afl-cmin
is not working due to this issue.
Metadata
Metadata
Assignees
Labels
No labels