From: H.J. Lu Date: Sat, 4 Jul 2020 16:45:21 +0000 (-0700) Subject: NEWS: Mention BZ 25933 fix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f82072183ad5b328f6a7cb91868cb1709e85d96c;p=thirdparty%2Fglibc.git NEWS: Mention BZ 25933 fix --- diff --git a/NEWS b/NEWS index 1d00542a5db..1884f741e65 100644 --- a/NEWS +++ b/NEWS @@ -75,6 +75,7 @@ The following bugs are resolved with this release: [25232] No const correctness for strchr et al. for Clang++ [25414] 'glob' use-after-free bug (CVE-2020-1752) [25423] Array overflow in backtrace on powerpc + [25933] Off by one error in __strncmp_avx2 Security related changes: