Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Haiku build upd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix when env. PATH contains spaces
|
|
|
|
|
|
|
|
|
|
|
|
`fault == afl->crash_mode` should be likely
|
|
Since during normal fuzzing, crash_mode is FSRV_RUN_OK, and fault is also usually FSRV_RUN_OK since most executions are valid executions, thus it should be likely instead of unlikely
|
|
|
|
|
|
|
|
|
|
|
|
Fixed missing cast in afl-clang-fast.c, which results in a compilation error when using __AFL_FUZZ_TESTCASE_BUF in a C++ target
|
|
when using __AFL_FUZZ_TESTCASE_BUF in a C++ target
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|