mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-23 14:34:25 +00:00
Merge pull request #564 from wakolzin/dev
Fix potential endless loop in custom_mutator_stage
This commit is contained in:
@ -657,6 +657,9 @@ typedef struct afl_state {
|
||||
* they do not call another function */
|
||||
u8 *map_tmp_buf;
|
||||
|
||||
/* queue entries ready for splicing count (len > 1) */
|
||||
u32 ready_for_splicing_count;
|
||||
|
||||
} afl_state_t;
|
||||
|
||||
struct custom_mutator {
|
||||
|
Reference in New Issue
Block a user