Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-09 | fix review comments by Heiko | van Hauser | |
2020-04-09 | Makefile cleanup | hexcoder- | |
2020-04-09 | one more include move | van Hauser | |
2020-04-09 | afl-fuzz: add usage info when no python support is there, use it in test.sh | hexcoder- | |
2020-04-09 | fix limits.h include | van Hauser | |
2020-04-09 | fix compilation in OpenBSD | hexcoder- | |
2020-04-09 | added snapshot feature to documentation | van Hauser | |
2020-04-09 | Android build fix proposal. | David Carlier | |
LTO flag is recognised but however broken on Android (tested with armv7 arch). Thus giving the choice not to enable it. In fortify mode, open required O_CREAT or O_TMPFILE when mode is set. | |||
2020-04-09 | ctx done | van Hauser | |
2020-04-09 | update env with AFL_NO_SNAPSHOT | Andrea Fioraldi | |
2020-04-09 | added AFL_LLVM_INSTRUMENT, made USE_TRACE_PC obselete and llvm_mode Makefile ↵ | van Hauser | |
fix, fixed for FUSELD (for LTO) | |||
2020-04-09 | code format, small improvements | van Hauser | |
2020-04-09 | no random timing for -s fixed_seed | van Hauser | |
2020-04-09 | restore portable Makefiles | hexcoder- | |
2020-04-09 | fix UI bug for bit flip yields | van Hauser | |
2020-04-09 | small enhancements and code-format | van Hauser | |
2020-04-09 | rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checks | hexcoder- | |
2020-04-01 | fix ASAN check | van Hauser | |
2020-04-01 | fixed asan mem limit | Dominik Maier | |
2020-04-01 | disable memory limits for ASAN build | van Hauser | |
2020-04-01 | next_p2 replaced by next_pow2 | Dominik Maier | |
2020-04-01 | code format | Dominik Maier | |
2020-04-01 | one less alloc | Dominik Maier | |
2020-04-01 | minor changes | Dominik Maier | |
2020-04-01 | try to fix forkserver | Dominik Maier | |
2020-04-01 | reenabled custom mutator report | Dominik Maier | |
2020-04-01 | make travis happy | Dominik Maier | |
2020-04-01 | fixed bug in cmplog | Dominik Maier | |
2020-04-01 | src doku is now markdown | Dominik Maier | |
2020-04-01 | dropped make switches | Dominik Maier | |
2020-04-01 | code format | Dominik Maier | |
2020-04-01 | fixed example | Dominik Maier | |
2020-04-01 | afl-fuzz-one.c: minor update | h1994st | |
2020-04-01 | Fix heap allocation bug | h1994st | |
- Reason: `afl->out_size` is not consistent with the actual allocation of `afl->out_buf`. The deleted line in `src/afl-fuzz-one.c` may change `afl->out_size`, but `afl->out_buf` is not changed | |||
2020-04-01 | python mutator: fix nullptr for python mutator data | h1994st | |
2020-04-01 | Fix invalid memory access bug in `afl_custom_pre_save` of example.c | h1994st | |
2020-04-01 | rebase | Dominik Maier | |
2020-04-01 | added read_timed | Dominik Maier | |
2020-04-01 | code format | Dominik Maier | |
2020-04-01 | error handling for custom mutators | Dominik Maier | |
2020-04-01 | tiny changes in custom mut api | Dominik Maier | |
2020-04-01 | alloc-inl.h/ck_maybe_grow() back to size_t, reimplement overflow check | hexcoder- | |
2020-04-01 | making 'CFLAGS="-m32" make source-only tests' work | hexcoder- | |
2020-04-01 | fix warning in afl-fuzz-run, tested with '-m32' also | hexcoder- | |
2020-04-01 | more custom mutator remodelling | Dominik Maier | |
2020-04-01 | added nullptr fix by h1994st | Dominik Maier | |
2020-04-01 | fixed leak | Dominik Maier | |
2020-04-01 | code format | Dominik Maier | |
2020-04-01 | add CFI sanitizer | van Hauser | |
2020-04-01 | less allocs | Dominik Maier | |