mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-31 14:01:18 +08:00
Reduce __MAX_ALLOCA_CUTOFF to 8192
This commit is contained in:
parent
c4d57c29b5
commit
3a84f426fd
@ -19,7 +19,9 @@ extern int __libc_use_alloca (size_t size) __attribute__ ((const));
|
||||
extern int __libc_alloca_cutoff (size_t size) __attribute__ ((const));
|
||||
libc_hidden_proto (__libc_alloca_cutoff)
|
||||
|
||||
#define __MAX_ALLOCA_CUTOFF 65536
|
||||
/* Reduce from the usual 65536 so as to avoid stack overflow in situations where
|
||||
threads have not been given much spare stack space. */
|
||||
#define __MAX_ALLOCA_CUTOFF 8192
|
||||
|
||||
#include <allocalim.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user