mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 04:58:08 +00:00
python mutator: fix nullptr for python mutator data
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user