diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2022-01-26 21:00:25 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2022-01-26 21:02:05 -0800 |
commit | 40eebb02ccbc2d621e796795d5994fe7483b679f (patch) | |
tree | ef6cd7ec3bd9a75c4782aa360253c02957ecdfa5 | |
parent | 3a5f4c4010db9bab67267c63339d1983007584f8 (diff) | |
download | glibc-40eebb02ccbc2d621e796795d5994fe7483b679f.tar glibc-40eebb02ccbc2d621e796795d5994fe7483b679f.tar.gz glibc-40eebb02ccbc2d621e796795d5994fe7483b679f.tar.bz2 glibc-40eebb02ccbc2d621e796795d5994fe7483b679f.zip |
NEWS: Add a bug fix entry for BZ #28755
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ The following bugs are resolved with this release: [27177] GLIBC_TUNABLES=glibc.cpu.x86_ibt=on:glibc.cpu.x86_shstk=on doesn't work [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 Version 2.32 |