about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2020-04-09fix review comments by Heikovan Hauser
2020-04-09Makefile cleanuphexcoder-
2020-04-09one more include movevan Hauser
2020-04-09afl-fuzz: add usage info when no python support is there, use it in test.shhexcoder-
2020-04-09fix limits.h includevan Hauser
2020-04-09fix compilation in OpenBSDhexcoder-
2020-04-09added snapshot feature to documentationvan Hauser
2020-04-09Android 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-09ctx donevan Hauser
2020-04-09update env with AFL_NO_SNAPSHOTAndrea Fioraldi
2020-04-09added AFL_LLVM_INSTRUMENT, made USE_TRACE_PC obselete and llvm_mode Makefile ↵van Hauser
fix, fixed for FUSELD (for LTO)
2020-04-09code format, small improvementsvan Hauser
2020-04-09no random timing for -s fixed_seedvan Hauser
2020-04-09restore portable Makefileshexcoder-
2020-04-09fix UI bug for bit flip yieldsvan Hauser
2020-04-09small enhancements and code-formatvan Hauser
2020-04-09rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checkshexcoder-
2020-04-01fix ASAN checkvan Hauser
2020-04-01fixed asan mem limitDominik Maier
2020-04-01disable memory limits for ASAN buildvan Hauser
2020-04-01next_p2 replaced by next_pow2Dominik Maier
2020-04-01code formatDominik Maier
2020-04-01one less allocDominik Maier
2020-04-01minor changesDominik Maier
2020-04-01try to fix forkserverDominik Maier
2020-04-01reenabled custom mutator reportDominik Maier
2020-04-01make travis happyDominik Maier
2020-04-01fixed bug in cmplogDominik Maier
2020-04-01src doku is now markdownDominik Maier
2020-04-01dropped make switchesDominik Maier
2020-04-01code formatDominik Maier
2020-04-01fixed exampleDominik Maier
2020-04-01afl-fuzz-one.c: minor updateh1994st
2020-04-01Fix heap allocation bugh1994st
- 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-01python mutator: fix nullptr for python mutator datah1994st
2020-04-01Fix invalid memory access bug in `afl_custom_pre_save` of example.ch1994st
2020-04-01rebaseDominik Maier
2020-04-01added read_timedDominik Maier
2020-04-01code formatDominik Maier
2020-04-01error handling for custom mutatorsDominik Maier
2020-04-01tiny changes in custom mut apiDominik Maier
2020-04-01alloc-inl.h/ck_maybe_grow() back to size_t, reimplement overflow checkhexcoder-
2020-04-01making 'CFLAGS="-m32" make source-only tests' workhexcoder-
2020-04-01fix warning in afl-fuzz-run, tested with '-m32' alsohexcoder-
2020-04-01more custom mutator remodellingDominik Maier
2020-04-01added nullptr fix by h1994stDominik Maier
2020-04-01fixed leakDominik Maier
2020-04-01code formatDominik Maier
2020-04-01add CFI sanitizervan Hauser
2020-04-01less allocsDominik Maier