diff options
author | vanhauser-thc <vh@thc.org> | 2021-03-21 16:23:08 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-03-21 16:23:08 +0100 |
commit | 84534ae2e8fa68e40a03f3ed483666679b8aa20a (patch) | |
tree | dd0ef5d5e67df40f6c6419dd2f7d7b8a665d625b /utils | |
parent | 687dd9cb6759a0549a04c93d2f073d8cbfba397e (diff) | |
download | afl++-84534ae2e8fa68e40a03f3ed483666679b8aa20a.tar.gz |
format
Diffstat (limited to 'utils')
-rw-r--r-- | utils/aflpp_driver/aflpp_driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/aflpp_driver/aflpp_driver.c b/utils/aflpp_driver/aflpp_driver.c index e828d0d8..ad781e64 100644 --- a/utils/aflpp_driver/aflpp_driver.c +++ b/utils/aflpp_driver/aflpp_driver.c @@ -186,6 +186,7 @@ static int ExecuteFilesOnyByOne(int argc, char **argv) { printf("Execution successful.\n"); } + close(fd); } |