diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-09-03 15:38:54 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-09-03 15:38:54 -0400 |
commit | a8e76de4d997690917432d0d60383a1333f80baa (patch) | |
tree | 24a33e543af6185c66bbf280619d5450fc40e70b /changes | |
parent | a5610cfa64189db693dbad3efaa973d6720c42fe (diff) | |
parent | d819663b661aea4f276404224fec6fe9c33f0bd9 (diff) | |
download | tor-a8e76de4d997690917432d0d60383a1333f80baa.tar.gz tor-a8e76de4d997690917432d0d60383a1333f80baa.zip |
Merge branch 'bug9400_024_squashed' into maint-0.2.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug9400 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug9400 b/changes/bug9400 new file mode 100644 index 0000000000..974224068a --- /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. + |