about summary refs log tree commit diff
path: root/src/afl-forkserver.c
AgeCommit message (Collapse)Author
2020-03-19fixed resize; removed more staticsDominik Maier
2020-03-19code formatDominik Maier
2020-03-1950% less globalsDominik Maier
2020-03-15fauxserverDominik Maier
2020-03-14fix some compiler warnings from Open/FreeBSDhexcoder-
2020-03-10forkserver defaultsDominik Maier
2020-03-10unified pointer placementDominik Maier
2020-03-10Replace 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-10code-format - and afl-cmin/afl-showmap was fixed in the bugfix for afl-tminvan Hauser
2020-03-10afl-tmin is fixed via default initialization in forkservervan Hauser
2020-03-09quickfix for first big bug that use_stdin was not correctly initialized and ↵van Hauser
could not be set
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
2020-02-29print OKF if an environment variable is successfully loaded - feebdack to ↵van Hauser
this please ...
2020-02-21block the usage of mopt with optionals mutators (redqueen/radamsa/etc...)Andrea Fioraldi
2020-02-19fix forkserver output (support AFL_QUIET)hexcoder-
2020-02-03fix MDsvan Hauser
2020-01-20fixed Heiko's global search-replace :)van Hauser
2019-12-31v2.60d and year 2020 initvan Hauser
2019-12-30critical bugfix for afl-tminvan Hauser
2019-12-12solve #134Andrea Fioraldi
2019-12-12malloc_context_size=0 as default options for sanitizers to have faster ↵Andrea Fioraldi
malloc/free
2019-10-19Remove lcamtuf's old email from Google (not valid anymore), also remove ↵hexcoder-
maintainance from him.
2019-09-12first version of persistent QEMUAndrea Fioraldi
2019-09-05fix BSD patchvan Hauser
2019-09-05Unbreak build of afl-forkserver.c on *BSDTobias Kortkamp
Signed-off-by: Tobias Kortkamp <t@tobik.me>
2019-09-04fix typo in custom formatAndrea Fioraldi
2019-09-04credits and license header for src/* and include/*Andrea Fioraldi
2019-09-02run code formatterAndrea Fioraldi
2019-08-27include and src foldersAndrea Fioraldi