aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNick Alcock <nick.alcock@oracle.com>2016-12-26 10:09:10 +0100
committerFlorian Weimer <fweimer@redhat.com>2016-12-26 10:11:06 +0100
commitcecbc7967f0bcac718b6f8f8942b58403c0e917c (patch)
tree2196eac197244caf06b0f9e6e5f744f01a44cfdb /NEWS
parent2e6c45c59bcd40f1ae8466cbd32f4d263ff45619 (diff)
downloadglibc-cecbc7967f0bcac718b6f8f8942b58403c0e917c.zip
glibc-cecbc7967f0bcac718b6f8f8942b58403c0e917c.tar.gz
glibc-cecbc7967f0bcac718b6f8f8942b58403c0e917c.tar.bz2
Enable -fstack-protector=* when requested by configure [BZ #7065]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 79cd288..77b1a0c 100644
--- a/NEWS
+++ b/NEWS
@@ -89,6 +89,10 @@ Version 2.25
* The functions strfromd, strfromf, and strfroml, from ISO/IEC TS 18661-1:2014,
are added to libc. They convert a floating-point number into string.
+* Most of glibc can now be built with the stack smashing protector enabled.
+ It is recommended to build glibc with --enable-stack-protector=strong.
+ Implemented by Nick Alcock (Oracle).
+
* The function explicit_bzero, from OpenBSD, has been added to libc. It is
intended to be used instead of memset() to erase sensitive data after use;
the compiler will not optimize out calls to explicit_bzero even if they