Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-13 | afl-fuzz-init.c, afl-fuzz.c: fix more wrong free() calls (found with | hexcoder- | |
ASAN_BUILD=1 CFLAGS="-D_WANT_ORIGINAL_AFL_ALLOC -DDEBUG_BUILD") | |||
2020-03-13 | afl-common.c: ... but that breaks unicorn_mode, which it should not. | hexcoder- | |
2020-03-13 | afl-common.c: avoid AFL++'s allocation API for libc's argv[] and reduce | hexcoder- | |
complexity for cwd | |||
2020-03-12 | test.sh: make afl-cmin.bash test dependent on bash | hexcoder- | |
2020-03-12 | fix afl-common.c for *BSD | hexcoder- | |
2020-03-11 | Fixed typo (#253) | David Tomaschik | |
2020-03-11 | updated README, ideas and a missing clean in Makefile | van Hauser | |
2020-03-11 | honor afl_quiet on env var checks + code-format | van Hauser | |
2020-03-11 | afl-cmin delete output directory when aborted | hexcoder | |
2020-03-11 | remove wrong call to write_to_file when aborted by user | hexcoder | |
2020-03-11 | Fix typo (#247) | intrigus-lgtm | |
2020-03-11 | Replace timer with select in forkserver, where possible (#246) | Rishi Ranjan | |
2020-03-10 | forkserver defaults | Dominik Maier | |
2020-03-10 | unified pointer placement | Dominik Maier | |
2020-03-10 | removed debug output | van Hauser | |
2020-03-10 | Replace alarms with select and threads (#243) | Rishi Ranjan | |
* Use select to monitor forkserver for timeouts instead of alarm * Remove redundent conditons in select monitoring of fdsin forkserver and cmplog * Replace SIGALARM with POSIX timers in afl-fuzz-run * Make changes to Makefile to use POSIX timers * Resolve Merge Conflicts and rename variables accordingly * Change forkserver and cmplog to handle exec_tmout = 0 * Handle timeout function bug rectify * Add error handling to afl-fuzz run timers * Add timer_delete to afl-fuzz-run * Remove memory leaks | |||
2020-03-10 | this should fix travis | van Hauser | |
2020-03-10 | document new environment variables and code format | van Hauser | |
2020-03-10 | code-format - and afl-cmin/afl-showmap was fixed in the bugfix for afl-tmin | van Hauser | |
2020-03-10 | imported InsTrim algo fix | van Hauser | |
2020-03-10 | afl-tmin is fixed via default initialization in forkserver | van Hauser | |
2020-03-09 | removed unused vars | Dominik Maier | |
2020-03-09 | now wiht 90% less leaks | Dominik Maier | |
2020-03-09 | quickfix for first big bug that use_stdin was not correctly initialized and ↵ | van Hauser | |
could not be set | |||
2020-03-09 | quickfix for first big bug that use_stdin was not correctly initialized and ↵ | van Hauser | |
could not be set | |||
2020-03-09 | replaced free with ck_free | Dominik Maier | |
2020-03-09 | fixed numerous leaks | Dominik Maier | |
2020-03-09 | fix leaks | van Hauser | |
2020-03-09 | copyleft note | Andrea Fioraldi | |
2020-03-09 | changelog | Andrea Fioraldi | |
2020-03-09 | updated changelog and todo | van Hauser | |
2020-03-09 | code-format | van Hauser | |
2020-03-09 | disable leaksanitizer when "make" ... more | van Hauser | |
2020-03-09 | disable leaksanitizer when "make" | van Hauser | |
2020-03-09 | expanded test-instr to also work with input files via "-f @@" and changed ↵ | van Hauser | |
the test.sh values | |||
2020-03-09 | AFL 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 | |||
2020-03-09 | removed warning in afl-gcc-pass.so.cc | van Hauser | |
2020-03-09 | more honoring be_quiet | van Hauser | |
2020-03-09 | honor no_quiet for missing llvm_mode output, also print to stderr with ↵ | van Hauser | |
afl-*-rt.o.c instead of stdout for errors plus two potential bad free() fixes | |||
2020-03-09 | Merge pull request #240 from rish9101/refactor | van Hauser | |
Remove get_cut_time function from multiple places and refactor code | |||
2020-03-09 | reactivated LTO persistent mode to test.sh | van Hauser | |
2020-03-09 | more detail to the fact that LTO mode can fail easily | van Hauser | |
2020-03-09 | more code format | van Hauser | |
2020-03-09 | bug fixes to afl-ld and intensive README.lto.md update on errors and how to ↵ | van Hauser | |
do the steps by hand, plus global code format | |||
2020-03-09 | Remove get_cut_time function from multiple places and refactor code | rish9101 | |
2020-03-08 | fix null ptr deferef in pre_save python mutator call | Andrea Fioraldi | |
2020-03-08 | afl-ld fixes for -L/-l .a libary loads | van Hauser | |
2020-03-08 | "fixed" symbol multiply defined problems with LTO | van Hauser | |
2020-03-08 | mark AFL_PYTHON_ONLY deprecated | van Hauser | |
2020-03-08 | Merge pull request #238 from h1994st/master | Andrea Fioraldi | |
Two new hooks for the custom mutator |