diff options
author | George Kadianakis <desnacked@gmail.com> | 2011-10-24 16:34:10 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-03-12 12:41:29 -0400 |
commit | aae570b4932da15d723b6e7b99038a950fc8a7ad (patch) | |
tree | ef40a4dd2560327d4f152a54ca975aece348130f /changes | |
parent | 9f88c1e14f22104992904d99b5c857838acd6cfb (diff) | |
download | tor-aae570b4932da15d723b6e7b99038a950fc8a7ad.tar tor-aae570b4932da15d723b6e7b99038a950fc8a7ad.tar.gz |
Close fds on pipe() error in tor_spawn_background().
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4296 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug4296 b/changes/bug4296 new file mode 100644 index 000000000..c265094ec --- /dev/null +++ b/changes/bug4296 @@ -0,0 +1,3 @@ + o Minor bugfixes: + - On a failed pipe() call, don't leak fds. Fix for bug 4296; bugfix + on 0.2.3.1-alpha. |