about summary refs log tree commit diff
path: root/src/afl-fuzz-run.c
AgeCommit message (Expand)Author
2021-07-31use HASH_CONSTyuawn
2021-06-29fix linefeedvanhauser-thc
2021-06-22reverse read the queue n resumesvanhauser-thc
2021-06-16correct map size for small targetsvanhauser-thc
2021-06-14code formatvanhauser-thc
2021-06-14Add debug output to alert user to calibration progress/issues (#969)Dustin Spicuzza
2021-06-10fix AFL_CAL_FASTvanhauser-thc
2021-06-01remove redundant unsetenv (#947)terrynini
2021-06-01fixesvanhauser-thc
2021-06-01fix afl_custom_post_process with multiple custom mutatorsvanhauser-thc
2021-05-25less executions on variable pathsvanhauser-thc
2021-05-07Fix memory errors when trim causes testcase growth (#881) (#903)realmadsci
2021-04-30fix stdin trimmingvanhauser-thc
2021-04-30fixed potential double free in custom trim (#881)Dominik Maier
2021-03-27ensure one fuzzer sync per cycle, cycle introspectionvanhauser-thc
2021-03-24better forkserver error help and code formatvanhauser-thc
2021-03-23make setting different file permissions easy via config.hvanhauser-thc
2021-02-22minimum sync timevanhauser-thc
2021-01-27Fix "src" attribute in sync stage filenames (#703)Adrian Panasiuk
2021-01-19codeql fixvan Hauser
2021-01-12minor changesvan Hauser
2021-01-12fix lto cmplog instabilityvan Hauser
2021-01-08added check to silence scan-buildDominik Maier
2021-01-04code formatvan Hauser
2021-01-04code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.)hexcoder-
2020-12-28added corpus introspectionvan Hauser
2020-12-23warn on _AFL and __AFL env varsvan Hauser
2020-12-22workaround for Solaris: NAME_MAX is not definedhexcoder-
2020-12-17skim importvan Hauser
2020-12-12remove stray debugging fprintfhexcoder-
2020-12-12typohexcoder-
2020-12-11fixed gcc analyzer warningsDominik Maier
2020-12-04fixed bugs in custom_describe, reported by wizcheDominik Maier
2020-11-24fix compiler warning turned error on NetBSDhexcoder-
2020-11-18renamed env var to AFL_DEBUG_CHILDDominik Maier
2020-11-17fix sync issuevan Hauser
2020-11-03fix -N for forkservervan Hauser
2020-10-29fixes two huge bugsvan Hauser
2020-10-15retake from mem if possiblevan Hauser
2020-10-14configurable testcache with malloc (#581)van Hauser
2020-09-02ignore unstablevan Hauser
2020-08-18Reworked maybe_grow to take a single ptr, renamed to afl_realloc (#505)Dominik Maier
2020-08-14Revert "Merge branch 'debug' into dev"root
2020-08-14Merge branch 'debug' into devvan Hauser
2020-08-12split up __afl_manual_init, added internal AFL_DISABLE_LLVM_INSTRUMENTATION, ...van Hauser
2020-08-12setting attribute hot intelligently gives 0.5% speedvan Hauser
2020-08-11review done, prayvan Hauser
2020-08-11move taint_mode varvan Hauser
2020-08-11cleanup minor issuesvan Hauser
2020-08-11Merge branch 'debug' into taintvan Hauser