mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Make _SC_OPEN_MAX actually get used when closing fds before exec.
Fixes bug 8209; bugfix on 0.2.3.1-alpha.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
o Minor bugfixes:
|
||||
- When detecting the largest possible file descriptor (in order to close
|
||||
all file descriptors when launching a new program), actually use
|
||||
_SC_OPEN_MAX. The old code for doing this was very, very broken.
|
||||
Fix for bug 8209; bugfix on 0.2.3.1-alpha. Found by Coverity; this
|
||||
is CID 743383.
|
||||
Reference in New Issue
Block a user