]> Sergey Matveev's repositories - public-inbox.git/commit
ds: set close-on-exec flag on epoll descriptors
authorEric Wong <e@80x24.org>
Sat, 1 Jun 2019 00:23:22 +0000 (00:23 +0000)
committerEric Wong <e@80x24.org>
Sat, 1 Jun 2019 07:38:50 +0000 (07:38 +0000)
commitb79120951437d0da1236da6071fbf084a1928cad
tree3a0b7ba6e0c41774d2e6671163f68237ff5ba363
parentaf00ac5113c1e7acc203a0051d669ad9d1a43b90
ds: set close-on-exec flag on epoll descriptors

We should not be leaking these FDs to git(1) processes,
in case git has a bug that causes it to access the wrong FD.
lib/PublicInbox/DS.pm