https://bugs.kde.org/show_bug.cgi?id=331311
Mark Wielaard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #20 from Mark Wielaard <[email protected]> --- commit e8e4066c3a0160f03d9dfffaa360b65eb79745d1 Author: Alexandra Hájková <[email protected]> Date: Tue Aug 12 12:17:54 2025 -0400 Filter Valgrind FDs from getdents syscalls This change prevents client programs from seeing Valgrind's internal file descriptors when scanning /proc/self/fd or /proc/<pid>/fd. This patch modifies the getdents and getdents64 syscall wrappers to selectively filter out Valgrind's internal file descriptors only when listing /proc/*/fd directories for the current process. Add none/tests/getdents_filter.vgtest test that tests that the Valgrind's file descriptors are hidden from the client program and verifies both /proc/self/fd filtering and that regular directory listings remain unfiltered. https://bugs.kde.org/show_bug.cgi?id=331311 -- You are receiving this mail because: You are watching all bug changes.
