if pthread_create fails, it must not attempt mmap if there is no mapping
authorRich Felker <dalias@aerifal.cx>
Sat, 2 Feb 2013 03:23:24 +0000 (22:23 -0500)
committerRich Felker <dalias@aerifal.cx>
Sat, 2 Feb 2013 03:23:24 +0000 (22:23 -0500)
commit077549e0d468ff47fdf3e00bb3cfdb929ac8324f
tree665026b329447d28a41f740ac1778a3fb0b87468
parentd5142642b8e6c45449158efdb8f8e87af4dafde8
if pthread_create fails, it must not attempt mmap if there is no mapping

this bug was introduced when support for application-provided stacks
was originally added.
src/thread/pthread_create.c