about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorh1994st <h1994st@gmail.com>2020-03-29 01:07:29 -0400
committerDominik Maier <domenukk@gmail.com>2020-04-01 13:10:07 +0200
commit50fc7327f2556db588c65fe7941198b622ab50af (patch)
tree956aa306628836866a455aed3198d97c86c4124d /include/afl-fuzz.h
parent71edae4a0fd7ca64a6f2c87768d14136ac04b0a1 (diff)
downloadafl++-50fc7327f2556db588c65fe7941198b622ab50af.tar.gz
python mutator: fix nullptr for python mutator data
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index a265c1a3..fcbc09e5 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -566,9 +566,6 @@ typedef struct afl_state {
 
   /* Custom mutators */
   struct custom_mutator *mutator;
-#ifdef USE_PYTHON
-  struct custom_mutator *py_mutator;
-#endif
 
   /* cmplog forkserver ids */
   s32 cmplog_fsrv_ctl_fd, cmplog_fsrv_st_fd;