]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Revert "Fix __minimal_malloc segfaults in __mmap due to stack-protector"
authorStefan Liebler <stli@linux.ibm.com>
Thu, 16 Dec 2021 14:18:31 +0000 (15:18 +0100)
committerStefan Liebler <stli@linux.ibm.com>
Thu, 16 Dec 2021 14:18:31 +0000 (15:18 +0100)
This reverts commit 95e206b67ff5fb9a90c522466df6993a2a1a4c89.

Sorry for the noise. I've used the false branch

misc/Makefile

index ae53ae7df884e3f624bf6aa41bdf4c2447555109..e167e199eb626786f08209c554beae2e82ffa521 100644 (file)
@@ -136,10 +136,6 @@ CFLAGS-sbrk.o = $(no-stack-protector)
 CFLAGS-sbrk.op = $(no-stack-protector)
 CFLAGS-brk.o = $(no-stack-protector)
 CFLAGS-brk.op = $(no-stack-protector)
-CFLAGS-mmap.o = $(no-stack-protector)
-CFLAGS-mmap.op = $(no-stack-protector)
-CFLAGS-mmap64.o = $(no-stack-protector)
-CFLAGS-mmap64.op = $(no-stack-protector)
 
 include ../Rules