From: Jim Meyering Date: Fri, 31 Oct 2003 13:39:58 +0000 (+0000) Subject: Update from gnulib. X-Git-Tag: v5.1.0~298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdeec6de0b1ef533f7b8937396b50abb96aee503;p=thirdparty%2Fcoreutils.git Update from gnulib. --- diff --git a/lib/alloca.c b/lib/alloca.c index c4db187da5..5e2521b363 100644 --- a/lib/alloca.c +++ b/lib/alloca.c @@ -204,9 +204,6 @@ alloca (size_t size) new = xmalloc (combined_size); - if (new == 0) - abort(); - ((header *) new)->h.next = last_alloca_header; ((header *) new)->h.deep = depth;