mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
553ae5dfb5
The problem was that we weren't initializing want_length to 0 before calling parse_socks() the first time, so it looked like we were risking an infinite loop when in fact we were safe. Fixes 3615; bugfix on 0.2.3.2-alpha.
4 lines
151 B
Plaintext
4 lines
151 B
Plaintext
o Minor bugfixes:
|
|
- Fix a spurious warning when parsing SOCKS requests with
|
|
bufferevents enabled. Fixes bug 3615; bugfix on 0.2.3.2-alpha.
|