increase initial memory sized

This commit is contained in:
van Hauser
2020-08-15 13:34:51 +02:00
parent 1cf4738487
commit 0a251f93e0
4 changed files with 11 additions and 14 deletions

View File

@ -109,7 +109,6 @@ If 1, close stdout at startup. If 2 close stderr; if 3 close both.
int __afl_sharedmem_fuzzing = 1;
extern unsigned int * __afl_fuzz_len;
extern unsigned char *__afl_fuzz_ptr;
// extern struct cmp_map *__afl_cmp_map;
// libFuzzer interface is thin, so we don't include any libFuzzer headers.
int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size);