diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2022-01-27 16:37:50 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2022-01-27 16:52:42 -0800 |
commit | b0fcf886725f666e3406069fe33166bedc1efa91 (patch) | |
tree | 2266a3232be97d43f8693acf32fb669056cce2b2 | |
parent | dca6e1b3f3300b7f54e3155e104ec89a6a1a9185 (diff) | |
download | glibc-b0fcf886725f666e3406069fe33166bedc1efa91.tar.gz glibc-b0fcf886725f666e3406069fe33166bedc1efa91.tar.xz glibc-b0fcf886725f666e3406069fe33166bedc1efa91.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 e41990c516..57fdcba000 100644 --- a/NEWS +++ b/NEWS @@ -80,6 +80,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: |