about summary refs log tree commit diff
path: root/src/afl-fuzz-run.c
AgeCommit message (Collapse)Author
2023-04-21fixed AFL_POST_PROCESS_KEEP_ORIGINAL for version 4.07aMaik Betka
2023-04-21Merge remote-tracking branch 'origin/dev' into atnwalkMaik Betka
# Conflicts: # include/afl-fuzz.h # src/afl-fuzz-run.c
2023-04-17fixed code clones in atnwalk.c, introduced new environment variable ↵Maik Betka
AFL_POST_PROCESS_KEEP_ORIGINAL in AFL++ to integrate atnwalk without re-compiling afl-fuzz
2023-04-17first version with unix domain sockets is ready for testingMaik Betka
2023-04-15fix post_processvanhauser-thc
2023-04-13fix attempt at post_process implementationvanhauser-thc
2023-02-15debug outputvanhauser-thc
2023-01-03welcome 2023vanhauser-thc
2022-11-14custom mutator fixvanhauser-thc
2022-11-11afl_custom_fuzz_send addedvanhauser-thc
2022-08-19shorter calibrationvanhauser-thc
2022-07-19remove debugvanhauser-thc
2022-07-19fixvanhauser-thc
2022-07-19fixvanhauser-thc
2022-07-19post_process 0/NULL return supportvanhauser-thc
2022-07-12clang format 14vanhauser-thc
2022-06-08honor AFL_MAP_SIZE well outside of afl++vanhauser-thc
2022-05-09fixvanhauser-thc
2022-05-09support post_process's own return buffervanhauser-thc
2022-03-18fix LTO with cmplog and lafvanhauser-thc
2022-03-07Fix issue with trim in shared memory modemchesser
2022-02-05add afl-fuzz -y fuzz length supportvanhauser-thc
2022-01-01welcome 2022vanhauser-thc
2021-12-09rename pathvanhauser-thc
2021-11-06http->httpsvanhauser-thc
2021-10-15fix lto cmplog stability issuevanhauser-thc
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
* Revert "fixed potential double free in custom trim (#881)" This reverts commit e9d2f72382cab75832721d859c3e731da071435d. * Revert "fix custom trim for increasing data" This reverts commit 86a8ef168dda766d2f25f15c15c4d3ecf21d0667. * Fix memory errors when trim causes testcase growth Modify trim_case_custom to avoid writing into in_buf because some custom mutators can cause the testcase to grow rather than shrink. Instead of modifying in_buf directly, we write the update out to the disk when trimming is complete, and then the caller is responsible for refreshing the in-memory buffer from the file. This is still a bit sketchy because it does need to modify q->len in order to notify the upper layers that something changed, and it could end up telling upper layer code that the q->len is *bigger* than the buffer (q->testcase_buf) that contains it, which is asking for trouble down the line somewhere... * Fix an unlikely situation Put back some `unlikely()` calls that were in the e9d2f72382cab75832721d859c3e731da071435d commit that was reverted.
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