mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Fix for bug 9400, spotted by coverity. Bug introduced in revision 2cb4f7a4
(subversion revision r389).
7 lines
292 B
Text
7 lines
292 B
Text
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.
|
|
|