about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2022-01-27 13:10:09 -0800
committerH.J. Lu <hjl.tools@gmail.com>2022-01-27 14:13:35 -0800
commit25941de34e1ab24b869702f4a8caca330f0498a1 (patch)
treebc1cb09d179238bb08a4622578014d5d9a7ed59a /NEWS
parent2b00ee820a1c072c15ebe6b46bfc30540b493640 (diff)
downloadglibc-25941de34e1ab24b869702f4a8caca330f0498a1.tar.gz
glibc-25941de34e1ab24b869702f4a8caca330f0498a1.tar.xz
glibc-25941de34e1ab24b869702f4a8caca330f0498a1.zip
NEWS: Add a bug fix entry for BZ #27974
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bbec5e487a..f87e3c2023 100644
--- a/NEWS
+++ b/NEWS
@@ -53,6 +53,7 @@ The following bugs are resolved with this release:
   [27706] select fails to update timeout on error
   [27744] Support different libpthread/ld.so load orders for gdb -p
   [27892] powerpc: scv ABI error handling fails to check IS_ERR_VALUE
+  [27974] Overflow bug in some implementation of wcsnlen, wmemchr, and wcsncat
   [28607] Masked signals are delivered on thread exit
   [28524] Conversion from ISO-2022-JP-3 with iconv may emit spurious NULs
   [28532] powerpc64[le]: CFI for assembly templated syscalls is incorrect