Project

General

Profile

Bug #11001 » 0001-Bugfix-patch-of-reserve_stack-function.patch

patch file - kiyoka (Kiyoka Nishiyama), 03/25/2015 01:52 PM

View differences:

thread_pthread.c
# error needs alloca()
# endif
struct rlimit rl;
volatile char buf[0x100];
volatile char buf[0x1000];
STACK_GROW_DIR_DETECTION;
if (!getrlimit(RLIMIT_STACK, &rl) && rl.rlim_cur == RLIM_INFINITY)
(1-1/2)