]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Mention _FORTIFY_SOURCE=3 for gcc12 in NEWS
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 27 Jan 2022 09:03:49 +0000 (14:33 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Mon, 31 Jan 2022 14:28:29 +0000 (19:58 +0530)
Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
NEWS

diff --git a/NEWS b/NEWS
index 6599f1a4c31b6c29d0633292d6d90e7fdcf1732e..61acf41e66bbb867af18dbc2cfcb717420fba7e3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -134,6 +134,12 @@ Major new features:
   controlling terminal in the new process in a race free manner.  These
   functions are GNU extensions.
 
+* Source fortification (_FORTIFY_SOURCE) level 3 is now available for
+  applications compiling with glibc and gcc 12 and later. Level 3 leverages
+  the __builtin_dynamic_object_size function to deliver additional
+  fortification balanced against additional runtime cost (checking non-constant
+  bounds).
+
 Deprecated and removed features, and other changes affecting compatibility:
 
 * On x86-64, the LD_PREFER_MAP_32BIT_EXEC environment variable support