From b061e95277add507406848da7041564bcd735fa6 Mon Sep 17 00:00:00 2001 From: Stefan Liebler Date: Thu, 16 Dec 2021 15:18:31 +0100 Subject: [PATCH] Revert "Fix __minimal_malloc segfaults in __mmap due to stack-protector" This reverts commit 95e206b67ff5fb9a90c522466df6993a2a1a4c89. Sorry for the noise. I've used the false branch --- misc/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/misc/Makefile b/misc/Makefile index ae53ae7df8..e167e199eb 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -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