afl-nyx.patch (580B)
1 commit 1e1e67d0a7d16db0a4331702af713a163c40b87f 2 Author: Jesse Schwartzentruber <truber@mozilla.com> 3 Date: Fri Jul 14 11:04:04 2023 -0400 4 5 Increase MAP_SIZE for Nyx 6 7 diff --git a/include/config.h b/include/config.h 8 index 988e536e..5e9870c0 100644 9 --- a/include/config.h 10 +++ b/include/config.h 11 @@ -459,7 +459,7 @@ 12 problems with complex programs). You need to recompile the target binary 13 after changing this - otherwise, SEGVs may ensue. */ 14 15 - #define MAP_SIZE_POW2 16 16 + #define MAP_SIZE_POW2 23 17 18 /* Do not change this unless you really know what you are doing. */