diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2022-01-27 16:27:20 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2022-01-27 16:27:20 -0800 |
commit | a0ed5893fcc2e236d9f3e9ad7651efdbdecbcc2b (patch) | |
tree | 41ede8d69b71441a8841ba8ca12cd5026b1da094 | |
parent | ac1d6f25d6238a0a0715eaaaebeaaa00ff89a88a (diff) | |
download | glibc-a0ed5893fcc2e236d9f3e9ad7651efdbdecbcc2b.tar.gz glibc-a0ed5893fcc2e236d9f3e9ad7651efdbdecbcc2b.tar.xz glibc-a0ed5893fcc2e236d9f3e9ad7651efdbdecbcc2b.zip |
NEWS: Add a bug fix entry for BZ #27974
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS index fc19382f7f..f3b3685140 100644 --- a/NEWS +++ b/NEWS @@ -46,6 +46,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 [28755] overflow bug in wcsncmp_avx2 and wcsncmp_evex Security related changes: |