mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
d819663b66
Fix for bug 9400, spotted by coverity. Bug introduced in revision 2cb4f7a4
(subversion revision r389).
8 lines
292 B
Plaintext
8 lines
292 B
Plaintext
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.
|
|
|