From a0ed5893fcc2e236d9f3e9ad7651efdbdecbcc2b Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 27 Jan 2022 16:27:20 -0800 Subject: [PATCH] NEWS: Add a bug fix entry for BZ #27974 --- NEWS | 1 + 1 file changed, 1 insertion(+) 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: