aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 10473bd514..b7c229b32a 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,10 @@ Major new features:
toolchains. It is recommended to use GCC 8 or newer when testing
this option.
+* To help detect buffer overflows and other out-of-bounds accesses
+ several APIs have been annotated with GCC 'access' attribute. This
+ should help GCC 10 issue better warnings.
+
Deprecated and removed features, and other changes affecting compatibility:
* The deprecated <sys/sysctl.h> header and the sysctl function have been