aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-09-03 15:38:54 -0400
committerNick Mathewson <nickm@torproject.org>2013-09-03 15:38:54 -0400
commita8e76de4d997690917432d0d60383a1333f80baa (patch)
tree24a33e543af6185c66bbf280619d5450fc40e70b /changes
parenta5610cfa64189db693dbad3efaa973d6720c42fe (diff)
parentd819663b661aea4f276404224fec6fe9c33f0bd9 (diff)
downloadtor-a8e76de4d997690917432d0d60383a1333f80baa.tar
tor-a8e76de4d997690917432d0d60383a1333f80baa.tar.gz
Merge branch 'bug9400_024_squashed' into maint-0.2.4
Diffstat (limited to 'changes')
-rw-r--r--changes/bug94007
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug9400 b/changes/bug9400
new file mode 100644
index 000000000..974224068
--- /dev/null
+++ b/changes/bug9400
@@ -0,0 +1,7 @@
+ o Minor bugfixes:
+
+ - Avoid double-closing the listener socket in our socketpair replacement
+ (used on Windows) in the case where the addresses on our opened
+ sockets don't match what we expected. Fixes bug 9400; bugfix on
+ every released Tor version. Found by Coverity.
+