diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2022-01-27 15:50:22 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2022-01-27 15:50:22 -0800 |
commit | 70d293a158680bd40b07de1cd772bd833ff263f4 (patch) | |
tree | 4cefc6b70ea77a1caa38ddbc4cb49b95155e0642 | |
parent | a2be2c0f5d4d8cd2c6a227d60f13cc1c8eb61171 (diff) | |
download | glibc-70d293a158680bd40b07de1cd772bd833ff263f4.tar.gz glibc-70d293a158680bd40b07de1cd772bd833ff263f4.tar.xz glibc-70d293a158680bd40b07de1cd772bd833ff263f4.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 220515328b..de2f46ce5b 100644 --- a/NEWS +++ b/NEWS @@ -40,6 +40,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 [28755] overflow bug in wcsncmp_avx2 and wcsncmp_evex [28768] CVE-2022-23218: Buffer overflow in sunrpc svcunix_create |