From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1039) id DC9E33850428; Thu, 27 Jan 2022 15:28:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DC9E33850428 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: H.J. Lu To: glibc-cvs@sourceware.org Subject: [glibc/release/2.29/master] NEWS: Add a bug fix entry for BZ #24794 X-Act-Checkin: glibc X-Git-Author: H.J. Lu X-Git-Refname: refs/heads/release/2.29/master X-Git-Oldrev: edceb7f52045931035018fa89824fd5d7a8c875c X-Git-Newrev: 646ec4ebe52a969041a2dafb4f2d7eadac221556 Message-Id: <20220127152840.DC9E33850428@sourceware.org> Date: Thu, 27 Jan 2022 15:28:40 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2022 15:28:41 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=646ec4ebe52a969041a2dafb4f2d7eadac221556 commit 646ec4ebe52a969041a2dafb4f2d7eadac221556 Author: H.J. Lu Date: Thu Jan 27 07:27:47 2022 -0800 NEWS: Add a bug fix entry for BZ #24794 Diff: --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index de7afbfb74..49b04dfdcc 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