> this is error when i compile with afl-clang and fuzz with afl-fuzzer (note:
> this error not show when code compile with gcc)
> najeeb@najeeb:~/Music/ctf/roptuts/test$ ls
> in input out test test.c
> najeeb@najeeb:~/Music/ctf/roptuts/test$ afl-fuzz -n -i in/ -o out/ --
> ./test
> afl-fuzz 2.35b by <
lca...@google.com>
> [+] You have 2 CPU cores and 1 runnable tasks (utilization: 50%).
> [+] Try parallel jobs - see /usr/local/share/doc/afl/parallel_fuzzing.txt.
> [*] Checking CPU core loadout...
> [+] Found a free CPU core, binding to #0.
> [*] Checking core_pattern...
> [*] Setting up output directories...
> [+] Output directory exists but deemed OK to reuse.
> [*] Deleting old session data...
> [+] Output dir cleanup successful.
> [*] Scanning 'in/'...
>
> [-] PROGRAM ABORT : Test case 'in//test' is too big (1.40 MB, limit is 1.00
> MB)
> Location : read_testcases(), afl-fuzz.c:1466
>
> najeeb@najeeb:~/Music/ctf/roptuts/test$