From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Duffek To: gdb@sources.redhat.com Subject: Re: alloca is bad? Date: Mon, 13 Nov 2000 12:14:00 -0000 Message-id: <200011132020.eADKKNZ16954@rtl.cygnus.com> References: <20001112200034.53469@cse.cygnus.com> X-SW-Source: 2000-11/msg00130.html On 12-Nov-2000, Michael Meissner wrote: >For malloc overruns, I typically just link in with -lefence or other >tools, and it is fairly obvious where the bug is. For alloca overruns, one could get similar results by recompiling with libiberty's alloca and linking with -lefence. Nick