NEWS: Add a bug fix entry for BZ #28896

This commit is contained in:
H.J. Lu 2022-02-18 19:17:09 -08:00
parent f1267ef5fa
commit f25710ec54
1 changed files with 2 additions and 0 deletions

2
NEWS
View File

@ -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: