From: Mark Wielaard Date: Mon, 19 May 2025 19:42:18 +0000 (+0200) Subject: Add fixed bug 504466 double close causes SEGV to NEWS X-Git-Tag: VALGRIND_3_25_1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c31bca2f87acbdbc2b56cc495142c69f4f951e4;p=thirdparty%2Fvalgrind.git Add fixed bug 504466 double close causes SEGV to NEWS https://bugs.kde.org/show_bug.cgi?id=504466 was fixed by commit 8187386962598d1393eaf6cf4e032996f5edabb3 Check whether file descriptor is inherited before printing where_opened (cherry picked from commit c6c37fd95ad1d89f5f644054d1cccd5ecd385e55) --- diff --git a/NEWS b/NEWS index ed73889a5..31bf21379 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,7 @@ The following bugs have been fixed or resolved on this branch. 503914 mount syscall param filesystemtype may be NULL 504177 FILE DESCRIPTORS banner shows when closing some inherited fds 504265 FreeBSD: missing syscall wrappers for fchroot and setcred +504466 Double close causes SEGV To see details of a given bug, visit https://bugs.kde.org/show_bug.cgi?id=XXXXXX