https://bugs.kde.org/show_bug.cgi?id=479661
Mark Wielaard <m...@klomp.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #5 from Mark Wielaard <m...@klomp.org> --- commit 1263471efdf8405cb0f1a767c6af73bf2eaf7160 Author: Mark Wielaard <m...@klomp.org> Date: Mon Jun 17 00:27:12 2024 +0200 Close both internal pipe fds after VG_(fork) in parent and child An VG_fork() creates a pipe between parent and child to syncronize the two processes. The parent wants to register the child pid before the child can run. This is done in register_sigchld_ignore. Make sure both the parent and the child close both the read and write file descriptors so none leak. https://bugs.kde.org/show_bug.cgi?id=479661 -- You are receiving this mail because: You are watching all bug changes.