aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@gmail.com>2011-10-24 16:34:10 +0200
committerNick Mathewson <nickm@torproject.org>2012-03-12 12:41:29 -0400
commitaae570b4932da15d723b6e7b99038a950fc8a7ad (patch)
treeef40a4dd2560327d4f152a54ca975aece348130f /changes
parent9f88c1e14f22104992904d99b5c857838acd6cfb (diff)
downloadtor-aae570b4932da15d723b6e7b99038a950fc8a7ad.tar
tor-aae570b4932da15d723b6e7b99038a950fc8a7ad.tar.gz
Close fds on pipe() error in tor_spawn_background().
Diffstat (limited to 'changes')
-rw-r--r--changes/bug42963
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.