about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorSergej Schumilo <sergej@schumilo.de>2023-04-16 04:42:09 +0200
committerSergej Schumilo <sergej@schumilo.de>2023-04-16 04:42:09 +0200
commit059d470e8dd0a5339daefe0842f4ad5014717838 (patch)
tree807b4c2ed48181c935928670363ba3a84d6bfcad /include
parent47833bcf9e4b642e090f7cc0da25d1ed99688e5e (diff)
downloadafl++-059d470e8dd0a5339daefe0842f4ad5014717838.tar.gz
improved Nyx tmp dir handling (additional sanity checks)
Diffstat (limited to 'include')
-rw-r--r--include/forkserver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/forkserver.h b/include/forkserver.h
index 7cbad8c8..ba280d38 100644
--- a/include/forkserver.h
+++ b/include/forkserver.h
@@ -190,6 +190,8 @@ typedef struct afl_forkserver {
   u32                   nyx_id;          /* nyx runner id (0 -> master)      */
   u32                   nyx_bind_cpu_id; /* nyx runner cpu id                */
   char                 *nyx_aux_string;
+  bool                  nyx_use_tmp_workdir;
+  char                 *nyx_tmp_workdir_path; 
 #endif
 
 } afl_forkserver_t;