Skip to content

Commit

Permalink
use 256MB stack (!) to avoid overflow with link-size 4
Browse files Browse the repository at this point in the history
  • Loading branch information
addisoncrump committed Dec 1, 2023
1 parent e0ad4a5 commit b091662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pcre2_fuzzsupport.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Written by Philip Hazel, October 2016
#include <sys/time.h>
#include <sys/resource.h>

#define STACK_SIZE_MB 32
#define STACK_SIZE_MB 256

#ifndef PCRE2_CODE_UNIT_WIDTH
#define PCRE2_CODE_UNIT_WIDTH 8
Expand Down

0 comments on commit b091662

Please sign in to comment.