From: Mark W. <ma...@so...> - 2025-05-19 19:47:12
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=0c31bca2f87acbdbc2b56cc495142c69f4f951e4 commit 0c31bca2f87acbdbc2b56cc495142c69f4f951e4 Author: Mark Wielaard <ma...@kl...> Date: Mon May 19 21:42:18 2025 +0200 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: --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index ed73889a51..31bf21379e 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 |