dont fail with ASAN_BUILD

This commit is contained in:
van Hauser
2020-12-18 16:38:24 +01:00
parent 79c98731c9
commit 73dd6d86ab
4 changed files with 5 additions and 5 deletions

View File

@ -213,7 +213,7 @@ int main(int argc, char *argv[]) {
u32 len;
/* here you specify the map size you need that you are reporting to
afl-fuzz. */
afl-fuzz. Any value is fine as long as it can be divided by 8. */
__afl_map_size = MAP_SIZE; // default is 65536
/* then we initialize the shared memory map and start the forkserver */