aboutsummaryrefslogtreecommitdiff
path: root/changes/bug8209
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-02-11 16:27:35 -0500
committerNick Mathewson <nickm@torproject.org>2013-02-11 16:27:35 -0500
commitda6720e9fa6e86e381cb82dd06bca73e7bc8bc6c (patch)
tree1cd23a8228281179ae8e636d5ddde520dd1ac524 /changes/bug8209
parentfc35ee4910326dc1ae718482b30e57666a71df85 (diff)
downloadtor-da6720e9fa6e86e381cb82dd06bca73e7bc8bc6c.tar
tor-da6720e9fa6e86e381cb82dd06bca73e7bc8bc6c.tar.gz
Make _SC_OPEN_MAX actually get used when closing fds before exec.
Fixes bug 8209; bugfix on 0.2.3.1-alpha.
Diffstat (limited to 'changes/bug8209')
-rw-r--r--changes/bug82096
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug8209 b/changes/bug8209
new file mode 100644
index 000000000..c58923540
--- /dev/null
+++ b/changes/bug8209
@@ -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.