initializing testcase_buf

This commit is contained in:
Dominik Maier 2020-10-24 03:16:22 +02:00
parent 4a5df3dcfe
commit 4e99e3b36c

View File

@ -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; }