diff options
author | cuanduo <cuanduo@126.com> | 2023-06-16 08:28:05 +0800 |
---|---|---|
committer | cuanduo <cuanduo@126.com> | 2023-06-16 08:28:05 +0800 |
commit | 450e00446dfe23a74b08c4ad88b082d48e1f0b66 (patch) | |
tree | cb512dd1e74fbf072a6235a98bb7537da69b9454 | |
parent | 4231d33bc086895a15d8f449991ee3b160446d0a (diff) | |
download | afl++-450e00446dfe23a74b08c4ad88b082d48e1f0b66.tar.gz |
fix bug
-rw-r--r-- | utils/afl_network_proxy/afl-network-server.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/afl_network_proxy/afl-network-server.c b/utils/afl_network_proxy/afl-network-server.c index 04309ada..7eb3d18e 100644 --- a/utils/afl_network_proxy/afl-network-server.c +++ b/utils/afl_network_proxy/afl-network-server.c @@ -173,6 +173,7 @@ static void set_up_environment(afl_forkserver_t *fsrv) { } out_file = alloc_printf("%s/.afl-input-temp-%u", use_dir, getpid()); + fsrv->out_file = out_file; } |