summaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorAndrew Whatson <whatson@gmail.com>2022-12-23 00:27:22 +0100
committerLudovic Courtès <ludo@gnu.org>2023-01-13 16:07:42 +0100
commit9332b632407894c2e1951cce1bc678f19e1fa8e4 (patch)
tree0a4a8907e89f90b696d3a02867970c25ad340087 /module
parent527c257d6e0ad0480a859f69e9dcf3b0c7aad76e (diff)
downloadguile-9332b632407894c2e1951cce1bc678f19e1fa8e4.tar.gz
Reduce redundant 'close' calls when forking on some systems.
Fixes <https://bugs.gnu.org/59321>. Reported by <hylophile@posteo.de>. Some systems provide "/proc/self/fd" which is a directory containing an entry for each open file descriptor in the current process. We use this to limit the number of close() calls needed to ensure file descriptors aren't leaked to the child process when forking. * libguile/posix.c (close_inherited_fds_slow): (close_inherited_fds): New static helper functions. (scm_spawn_process): Attempt to close inherited file descriptors efficiently using 'close_inherited_fds', falling back to the brute-force approach in 'close_inherited_fds_slow'. * NEWS: Update.
Diffstat (limited to 'module')
0 files changed, 0 insertions, 0 deletions