diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2022-01-27 12:22:42 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2022-01-27 12:22:42 -0800 |
commit | 05751d1c5c85b7f55086e81567cd55b025b25625 (patch) | |
tree | 0c149572a7ab5f38cb72c4da55b0157e28dd7293 | |
parent | 6479c904df3725b0a55566ae733c59107cee4737 (diff) | |
download | glibc-05751d1c5c85b7f55086e81567cd55b025b25625.tar.gz glibc-05751d1c5c85b7f55086e81567cd55b025b25625.tar.xz glibc-05751d1c5c85b7f55086e81567cd55b025b25625.zip |
NEWS: Add a bug fix entry for BZ #27457
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS index 39d741b401..aef85a7d17 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,7 @@ The following bugs are resolved with this release: [26932] libc: sh: Multiple floating point functions defined as stubs only [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 [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 |