mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 17:21:33 +00:00
initializing testcase_buf
This commit is contained in:
parent
4a5df3dcfe
commit
4e99e3b36c
@ -325,6 +325,7 @@ void add_to_queue(afl_state_t *afl, u8 *fname, u32 len, u8 passed_det) {
|
||||
q->depth = afl->cur_depth + 1;
|
||||
q->passed_det = passed_det;
|
||||
q->trace_mini = NULL;
|
||||
q->testcase_buf = NULL;
|
||||
|
||||
if (q->depth > afl->max_depth) { afl->max_depth = q->depth; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user