diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2022-01-27 14:46:15 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2022-01-27 14:46:15 -0800 |
commit | bee0b69a58e341b70b2f9db6078ae047827ff209 (patch) | |
tree | 26af539230345b5efc12bbfe4aaa90f8dc1f5058 | |
parent | 63c84a82a3633560038c2d8863bb07756dc9580d (diff) | |
download | glibc-bee0b69a58e341b70b2f9db6078ae047827ff209.zip glibc-bee0b69a58e341b70b2f9db6078ae047827ff209.tar.gz glibc-bee0b69a58e341b70b2f9db6078ae047827ff209.tar.bz2 |
NEWS: Add a bug fix entry for BZ #27974
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ The following bugs are resolved with this release: [27130] "rep movsb" performance issue [27177] GLIBC_TUNABLES=glibc.cpu.x86_ibt=on:glibc.cpu.x86_shstk=on doesn't work [27457] vzeroupper use in AVX2 multiarch string functions cause HTM aborts + [27974] Overflow bug in some implementation of wcsnlen, wmemchr, and wcsncat [28524] Conversion from ISO-2022-JP-3 with iconv may emit spurious NULs [28607] Masked signals are delivered on thread exit [28755] overflow bug in wcsncmp_avx2 and wcsncmp_evex |