Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-10 | tackeled some warnings | Dominik Maier | |
2020-04-10 | removed vla for tmpfile | Dominik Maier | |
2020-04-10 | resize fix + code format | Dominik Maier | |
2020-04-10 | files opened with fdopen should be closed with fclose | hexcoder- | |
2020-04-10 | another mem leak fix for master/slave usage | hexcoder- | |
2020-04-10 | fix small memory leak for in_place_resume | hexcoder- | |
2020-04-10 | Merge branch 'dev' of github.com:aflplusplus/aflplusplus into dev | Dominik Maier | |
2020-04-10 | added back afl_state_deinit | Dominik Maier | |
2020-04-09 | merge PR#306 from neoni (thanks), silence test when bash is not found | hexcoder- | |
2020-04-09 | check for empty AFL env vars | van Hauser | |
2020-04-09 | fix compilers for empty AFL_CC/AFL_CXX env | van Hauser | |
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 | |