Skip to content

Commit 4e4f761

Browse files
committed
use 256MB stack (!) to avoid overflow with link-size 4
1 parent ad00214 commit 4e4f761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pcre2_fuzzsupport.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Written by Philip Hazel, October 2016
1919
#include <sys/time.h>
2020
#include <sys/resource.h>
2121

22-
#define STACK_SIZE_MB 32
22+
#define STACK_SIZE_MB 256
2323

2424
#ifndef PCRE2_CODE_UNIT_WIDTH
2525
#define PCRE2_CODE_UNIT_WIDTH 8

0 commit comments

Comments
 (0)