Re: [PHP-DEV] Bug #67383 exec() leaks file and socket descriptors to called program

2016-01-27 Thread php
Hi all, Am 27.01.2016 um 15:01 schrieb Julien Pauli: > On Wed, Jan 27, 2016 at 1:03 PM, Yasuo Ohgaki wrote: >> Hi all, >> >> This bug comes to my attention. >> https://bugs.php.net/bug.php?id=67383 >> >> This report includes patch that prevents file descriptor leaks. >>

[PHP-DEV] Bug #67383 exec() leaks file and socket descriptors to called program

2016-01-27 Thread Yasuo Ohgaki
Hi all, This bug comes to my attention. https://bugs.php.net/bug.php?id=67383 This report includes patch that prevents file descriptor leaks. https://bugs.php.net/patch-display.php?bug_id=67383=SOCK_CLOEXEC-and-FD_CLOEXEC=latest There may be cases that CLOEXEC cannot be applied blindly, but it

Re: [PHP-DEV] Bug #67383 exec() leaks file and socket descriptors to called program

2016-01-27 Thread Julien Pauli
On Wed, Jan 27, 2016 at 1:03 PM, Yasuo Ohgaki wrote: > Hi all, > > This bug comes to my attention. > https://bugs.php.net/bug.php?id=67383 > > This report includes patch that prevents file descriptor leaks. >