mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
make travis happy
This commit is contained in:
@ -38,8 +38,10 @@
|
||||
#endif
|
||||
#include <limits.h>
|
||||
|
||||
extern u8 be_quiet;
|
||||
char * afl_environment_variables[] = {
|
||||
u8 be_quiet = 0;
|
||||
u8 *doc_path = "";
|
||||
|
||||
char *afl_environment_variables[] = {
|
||||
|
||||
"AFL_ALIGNED_ALLOC", "AFL_ALLOW_TMP", "AFL_ANALYZE_HEX", "AFL_AS",
|
||||
"AFL_AUTORESUME", "AFL_AS_FORCE_INSTRUMENT", "AFL_BENCH_JUST_ONE",
|
||||
|
Reference in New Issue
Block a user