about summary refs log tree commit diff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2022-02-18 19:14:26 -0800
committerH.J. Lu <hjl.tools@gmail.com>2022-02-18 19:14:26 -0800
commitefe736ebe7782d41a70c08e6d77d7c7a48cba54a (patch)
treecf786ce5e72b5425710f74aafb200803638dfee2
parent8c21bd940eede12e210d5eeebd17e2c57e7c29ba (diff)
downloadglibc-efe736ebe7782d41a70c08e6d77d7c7a48cba54a.tar.gz
glibc-efe736ebe7782d41a70c08e6d77d7c7a48cba54a.tar.xz
glibc-efe736ebe7782d41a70c08e6d77d7c7a48cba54a.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 f3b3685140..e7daa18e51 100644
--- a/NEWS
+++ b/NEWS
@@ -48,6 +48,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: