From 901ac8431c9c031673f965e30b0d4a24ec3b8370 Mon Sep 17 00:00:00 2001 From: Martin Sebor Date: Wed, 20 May 2020 09:40:34 -0600 Subject: [PATCH] Mention GCC 10 attribute access. Reviewed-by: Paul Eggert --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) 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 header and the sysctl function have been -- 2.43.5