mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
7b7dd9ae1c
It's impossible for spaces to get here, since spaces are used as
separators between individual protocol entries higher up.
And it shouldn't ignore whitespace that isn't a literal space
character, because that would differ from the C implementation.
These were added in 9925d2e687
.
Fixes #27177. Bugfix on 0.3.3.5-rc.
5 lines
224 B
Plaintext
5 lines
224 B
Plaintext
o Minor bugfixes (rust):
|
|
- Protover parsing was accepting the presence of whitespace in version
|
|
strings, which the C implementation would choke on, e.g. "Desc=1\t,2".
|
|
Fixes bug 27177; bugfix on 0.3.3.5-rc.
|