From: H.J. Lu Date: Tue, 11 Jul 2017 20:40:56 +0000 (-0700) Subject: Compile tst-ssp-1.c with -fstack-protector-all X-Git-Tag: glibc-2.26~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06164c6773799f4003fd4716d542411bdf57006e;p=thirdparty%2Fglibc.git Compile tst-ssp-1.c with -fstack-protector-all Compile tst-ssp-1.c with -fstack-protector-all in case the the stack protector heuristics do not instrument a thirty-byte array. * debug/Makefile (CFLAGS-tst-ssp-1.c): Set to -fstack-protector-all. --- diff --git a/ChangeLog b/ChangeLog index 8d5d6849501..52fd1d90bb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-07-12 H.J. Lu + + * debug/Makefile (CFLAGS-tst-ssp-1.c): Set to + -fstack-protector-all. + 2017-07-11 Chris Leonard [BZ #20496] diff --git a/debug/Makefile b/debug/Makefile index c6d78727f04..ce5fa8801f0 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -139,7 +139,7 @@ LDFLAGS-tst-backtrace4 = -rdynamic LDFLAGS-tst-backtrace5 = -rdynamic LDFLAGS-tst-backtrace6 = -rdynamic -CFLAGS-tst-ssp-1.c = -fstack-protector +CFLAGS-tst-ssp-1.c = -fstack-protector-all tests = backtrace-tst tst-longjmp_chk tst-chk1 tst-chk2 tst-chk3 \ tst-lfschk1 tst-lfschk2 tst-lfschk3 test-strcpy_chk test-stpcpy_chk \