add -z switch

This commit is contained in:
vanhauser-thc
2023-04-05 12:59:20 +02:00
parent 5fea071ae9
commit 36127fb197
4 changed files with 14 additions and 2 deletions

View File

@ -501,7 +501,8 @@ typedef struct afl_state {
custom_splice_optout, /* Custom mutator no splice buffer */
is_main_node, /* if this is the main node */
is_secondary_node, /* if this is a secondary instance */
pizza_is_served; /* pizza mode */
pizza_is_served, /* pizza mode */
prefer_new; /* prefer new queue entries */
u32 stats_update_freq; /* Stats update frequency (execs) */