This is the mail archive of the glibc-cvs@sourceware.org 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]

GNU C Library master sources branch master updated. glibc-2.25-718-g06164c6


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  06164c6773799f4003fd4716d542411bdf57006e (commit)
      from  30200427a99e5ddac9bad08599418d44d54aa9aa (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=06164c6773799f4003fd4716d542411bdf57006e

commit 06164c6773799f4003fd4716d542411bdf57006e
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Jul 11 13:40:56 2017 -0700

    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 8d5d684..52fd1d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-07-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* debug/Makefile (CFLAGS-tst-ssp-1.c): Set to
+	-fstack-protector-all.
+
 2017-07-11  Chris Leonard <cjl@sugarlabs.org>
 
 	[BZ #20496]
diff --git a/debug/Makefile b/debug/Makefile
index c6d7872..ce5fa88 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 \

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog      |    5 +++++
 debug/Makefile |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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