Files
AFLplusplus/include
Marius Muench 425908a00c Option for specifying forkserver initialization timeout via environment variable (#522)
* Addition of AFL_FORKSRV_INIT_TMOUT env var

This commit introduces a new environment variable which allows to
specify the timespan AFL should wait for initial contact with the
forkserver.

This is useful for fuzz-targets requiring a rather long setup time
before the actual fuzzing can be started (e.g., unicorn).

* add .swp files to .gitignore

* Inherit init_tmout in afl_fsrv_init_dup

Without this patch, the forkserver would spawn with a timeout of 0 in
cmplog mode, leading to an immediate crash.

Additionally, this commit removes a spurious whitespace.

* Initialize afl->fsrv.init_tmout in afl_fsrv_init

Not all afl-components will need the new AFL_FORKSRV_INIT_TMOUT
environment variable. Hence, it's initialized to the safe "default"
value from before in afl_fsrv_init now.
2020-08-23 10:39:34 +02:00
..
2020-06-29 01:23:30 +02:00
2020-05-12 11:12:25 +02:00
2020-04-11 08:02:54 +02:00
2020-08-18 20:08:29 +02:00
2020-06-28 23:50:25 +02:00
2020-04-19 16:42:40 +02:00
2020-07-30 18:06:25 +02:00
2020-06-29 12:21:14 +02:00
2020-06-12 16:33:20 +02:00
2020-06-12 16:57:33 +02:00