mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
5 lines
230 B
Text
5 lines
230 B
Text
|
o Major bugfix
|
||
|
- Possibility of an infinite loop if the returned value of the read/recv
|
||
|
was 0. A returned value of 0 means that we've reached the EOF thus the
|
||
|
pipe/sock is drained so return success not an error.
|