map size fixes

This commit is contained in:
van Hauser
2019-08-01 15:44:10 +02:00
parent 487a87df02
commit af823d6486
3 changed files with 5 additions and 6 deletions

View File

@ -57,7 +57,7 @@
/* This is equivalent to afl-as.h: */
static unsigned char dummy[65536]; /* costs 64kb but saves a few instructions */
static unsigned char dummy[MAP_SIZE]; /* costs MAP_SIZE but saves a few instructions */
unsigned char *afl_area_ptr = dummy; /* Exported for afl_gen_trace */
/* Exported variables populated by the code patched into elfload.c: */