about summary refs log tree commit diff
path: root/include/afl-prealloc.h
AgeCommit message (Collapse)Author
2020-09-10add libfuzzer custom mutator, minor enhancements and fixesvan Hauser
2020-06-29fix unittestvan Hauser
2020-06-29fix autodictvan Hauser
2020-06-28less problematic definitionsvan Hauser
2020-05-15fix possible null ptr deref in afl-prealloc.hhexcoder-
2020-04-01enabled fortify sourceDominik Maier
2020-03-09now wiht 90% less leaksDominik Maier
2020-03-09replaced free with ck_freeDominik Maier
2020-03-09copyleft noteAndrea Fioraldi
2020-03-09code-formatvan Hauser
2020-03-09AFL without globals (#220)Dominik Maier
* moved globals to afl, shm and fsrv * moved argv to afl state, less bugs * fixed unicorn docu * lists everywhere * merged custom mutators * fixed leaks in afl-fuzz