Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Just compute the current len on env comparison once.
|
|
Fix env var types assignments.
|
|
|
|
* Move afl-fuzz related env variables into afl_state_t
* Move the env variables assignment from fuzz_init and code Format
* Fix typo
* Remove redundant env variables from afl_env struct
* Rename function to read_afl_environment
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now unicorn_mode works with ASAN_BUILD and _WANT_ORIGINAL_AFL_ALLOC
and DEBUG_BUILD also.
|
|
ASAN_BUILD=1 CFLAGS="-D_WANT_ORIGINAL_AFL_ALLOC -DDEBUG_BUILD")
|
|
|
|
complexity for cwd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|