This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: alloca and reliable stack-overflow detection in glibc functions


Paul Eggert <eggert@CS.UCLA.EDU> writes:

> #include <stdio.h>
> #include <stdlib.h>
> int main (void) { alloca(0x7fead000); printf("Hello world\n"); }

This doesn't segfault with glibc-2.3.2.

--
Billy O'Connor


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]