From: Mark W. <ma...@so...> - 2025-05-19 19:44:25
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=c6c37fd95ad1d89f5f644054d1cccd5ecd385e55 commit c6c37fd95ad1d89f5f644054d1cccd5ecd385e55 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 Diff: --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 7bb9a79d10..d9f5fa9031 100644 --- a/NEWS +++ b/NEWS @@ -34,6 +34,7 @@ are not entered into bugzilla tend to get forgotten about or ignored. 503969 Make test results of make ltpchecks compatible with bunsen 504265 FreeBSD: missing syscall wrappers for fchroot and setcred 504341 Valgrind killed by LTP syscall testcase setrlimit05 +504466 Double close causes SEGV To see details of a given bug, visit https://bugs.kde.org/show_bug.cgi?id=XXXXXX |