]> diplodocus.org Git - nmh/commitdiff
Set the close-on-exec flag for sockets
authorKen Hornstein <kenh@pobox.com>
Tue, 23 Apr 2019 01:42:14 +0000 (21:42 -0400)
committerKen Hornstein <kenh@pobox.com>
Tue, 23 Apr 2019 01:42:14 +0000 (21:42 -0400)
Since we no longer use closefds(), start cleaning up stray descriptors.
Start by making sure that any network sockets we create have the
close-on-exec flag set on them.


No differences found