]> git.sesse.net Git - cubemap/commitdiff
Set close-on-exec on all file descriptors we open.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 5 May 2021 17:02:38 +0000 (19:02 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 5 May 2021 18:16:24 +0000 (20:16 +0200)
This is useful when we're opening up to fork off child processes,
to avoid various sockets etc. leaking into them (without having to
close all of them explicitly).


No differences found