mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
Mention _FORTIFY_SOURCE=3 for gcc12 in NEWS
Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
This commit is contained in:
parent
3a7bed5f5a
commit
829ea0caca
6
NEWS
6
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
|
||||
|
Loading…
Reference in New Issue
Block a user