about summary refs log tree commit diff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2022-02-18 19:17:09 -0800
committerH.J. Lu <hjl.tools@gmail.com>2022-02-18 19:17:09 -0800
commitf25710ec54cf1143786a5120660ff720501d5f21 (patch)
treefa14aa24fea4144f4541a9dba70d87e8c8b624d3
parentf1267ef5fa3d518cc4f192a5d119fcb259958348 (diff)
downloadglibc-f25710ec54cf1143786a5120660ff720501d5f21.tar.gz
glibc-f25710ec54cf1143786a5120660ff720501d5f21.tar.xz
glibc-f25710ec54cf1143786a5120660ff720501d5f21.zip
NEWS: Add a bug fix entry for BZ #28896
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 57fdcba000..ae480a2de8 100644
--- a/NEWS
+++ b/NEWS
@@ -82,6 +82,8 @@ The following bugs are resolved with this release:
   [27457] vzeroupper use in AVX2 multiarch string functions cause HTM aborts
   [27974] Overflow bug in some implementation of wcsnlen, wmemchr, and wcsncat
   [28755] overflow bug in wcsncmp_avx2 and wcsncmp_evex
+  [28896] strncmp-avx2-rtm and wcsncmp-avx2-rtm fallback on non-rtm
+    variants when avoiding overflow
 
 Security related changes: