mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 10:38:07 +00:00
fix pizza mode
This commit is contained in:
@ -483,7 +483,8 @@ typedef struct afl_state {
|
||||
debug, /* Debug mode */
|
||||
custom_only, /* Custom mutator only mode */
|
||||
is_main_node, /* if this is the main node */
|
||||
is_secondary_node; /* if this is a secondary instance */
|
||||
is_secondary_node, /* if this is a secondary instance */
|
||||
pizza_is_served; /* pizza mode */
|
||||
|
||||
u32 stats_update_freq; /* Stats update frequency (execs) */
|
||||
|
||||
|
Reference in New Issue
Block a user