mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
c4fe66e342
Previously, our code would send back an error if the socks5 request parser said anything but DONE. But there are other non-error cases, like TRUNCATED: we shouldn't send back errors for them. This patch lowers the responsibility for setting the error message into the parsing code, since the actual type of the error message will depend on what problem was encountered. Fixes bug 40190; bugfix on 0.3.5.1-alpha.
5 lines
240 B
Plaintext
5 lines
240 B
Plaintext
o Minor bugfixes (SOCKS5):
|
|
- Handle partial socks5 messages correctly. Previously, our code would
|
|
send an incorrect error message if it got a socks5 request that wasn't
|
|
complete. Fixes bug 40190; bugfix on 0.3.5.1-alpha.
|