]> git.buserror.net Git - polintos/scott/priv.git/commitdiff
Cause excessively large malloc()s to fail rather than assert.
authorScott Wood <scott@thor.buserror.net>
Mon, 12 May 2008 02:11:46 +0000 (21:11 -0500)
committerScott Wood <scott@thor.buserror.net>
Mon, 12 May 2008 02:11:46 +0000 (21:11 -0500)
GCC's exception frame searching will malloc() larger than a page;
returning NULL forces it to fall back on slower, in-place searching.

Signed-off-by: Scott Wood <scott@thor.buserror.net>

No differences found