diff options
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/common_linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common_linux.h b/executor/common_linux.h index 38951d785..193afcdda 100644 --- a/executor/common_linux.h +++ b/executor/common_linux.h @@ -9,7 +9,7 @@ #include <unistd.h> #if SYZ_EXECUTOR -const int kExtraCoverSize = 256 << 10; +const int kExtraCoverSize = 1024 << 10; struct cover_t; static void cover_reset(cover_t* cov); #endif |
