print OKF if an environment variable is successfully loaded - feebdack to this please ...

This commit is contained in:
van Hauser
2020-02-29 20:49:16 +01:00
parent 76ca6adbc5
commit 95322c11d9
11 changed files with 66 additions and 50 deletions

View File

@ -88,7 +88,7 @@ void init_cmplog_forkserver(char** argv) {
setsid();
if (!getenv("AFL_DEBUG_CHILD_OUTPUT")) {
if (!get_afl_env("AFL_DEBUG_CHILD_OUTPUT")) {
dup2(dev_null_fd, 1);
dup2(dev_null_fd, 2);