aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2022-01-27 07:27:47 -0800
committerH.J. Lu <hjl.tools@gmail.com>2022-01-27 07:28:12 -0800
commit646ec4ebe52a969041a2dafb4f2d7eadac221556 (patch)
tree01b8dcf8b14b386a9a5984fb93cdfc21a4fbcfda
parentedceb7f52045931035018fa89824fd5d7a8c875c (diff)
downloadglibc-646ec4ebe52a969041a2dafb4f2d7eadac221556.zip
glibc-646ec4ebe52a969041a2dafb4f2d7eadac221556.tar.gz
glibc-646ec4ebe52a969041a2dafb4f2d7eadac221556.tar.bz2
NEWS: Add a bug fix entry for BZ #24794
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index de7afbf..49b04df 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,7 @@ The following bugs are resolved with this release:
[24228] old x86 applications that use legacy libio crash on exit
[24476] dlfcn: Guard __dlerror_main_freeres with __libc_once_get (once)
[24744] io: Remove the copy_file_range emulation
+ [24794] Partial test suite run builds corrupt test-in-container testroot
[24986] alpha: new getegid, geteuid and getppid syscalls used
unconditionally
[25203] libio: Disable vtable validation for pre-2.1 interposed handles