Searched refs:fuzz_buf (Results 1 – 3 of 3) sorted by relevance
36 unsigned char fuzz_buf[1024000]; variable39 #define __AFL_FUZZ_TESTCASE_BUF fuzz_buf42 ((fuzz_len = read(0, fuzz_buf, sizeof(fuzz_buf))) > 0 ? 1 : 0)
73 unsigned char fuzz_buf[1024000];74 #define __AFL_FUZZ_TESTCASE_BUF fuzz_buf76 #define __AFL_LOOP(x) ((fuzz_len = read(0, fuzz_buf, sizeof(fuzz_buf))) > 0 ? 1 : 0)
347 u8 * fuzz_buf; member