https://bugs.kde.org/show_bug.cgi?id=504466
Mark Wielaard <m...@klomp.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #2 from Mark Wielaard <m...@klomp.org> --- commit 8187386962598d1393eaf6cf4e032996f5edabb3 Author: Mark Wielaard <m...@klomp.org> Date: Sun May 18 15:31:36 2025 +0200 Check whether file descriptor is inherited before printing where_opened Inherited file descriptors don't have an ExeContext where they were opened (by the program). So don't try to print the NULL where_opened when reporting double close errors for such file descriptors. Add a testcase none/tests/fdleak_doubleclose0 that crashes valgrind before this fix. https://bugs.kde.org/show_bug.cgi?id=504466 -- You are receiving this mail because: You are watching all bug changes.