about summary refs log tree commit diff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2020-07-04 09:45:21 -0700
committerH.J. Lu <hjl.tools@gmail.com>2020-07-04 09:59:10 -0700
commit83aaa1714428ba3b29315c8c5d14b1766b2ca3aa (patch)
treeeb772365c63a1c677feea3c56a7139e9a74a4f6e
parent0a4d3eac67050fd4a865ef92b638580696acc5f1 (diff)
downloadglibc-83aaa1714428ba3b29315c8c5d14b1766b2ca3aa.tar.gz
glibc-83aaa1714428ba3b29315c8c5d14b1766b2ca3aa.tar.xz
glibc-83aaa1714428ba3b29315c8c5d14b1766b2ca3aa.zip
NEWS: Mention BZ 25933 fix
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7cfd073248..24733f343a 100644
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,7 @@ The following bugs are resolved with this release:
   [25204] Ignore LD_PREFER_MAP_32BIT_EXEC for SUID programs
   [25225] ld.so fails to link on x86 if GCC defaults to -fcf-protection
   [25232] No const correctness for strchr et al. for Clang++
+  [25933] Off by one error in __strncmp_avx2
   [25976] nss_compat: internal_end*ent may clobber errno, hiding ERANGE
 
 Security related changes: