Second part of refactoring afl-fuzz-one.c. Now more back to sane functions.

This commit is contained in:
hexcoder-
2019-09-12 22:56:38 +02:00
parent df379dfcf4
commit a67d86c6e2
4 changed files with 1920 additions and 1954 deletions

View File

@ -30,7 +30,7 @@
#define MESSAGES_TO_STDOUT
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#define _GNU_SOURCE 1
#endif
#define _FILE_OFFSET_BITS 64