mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Avoid undefined behaviour when parsing HS protocol versions
Fixes bug 6827; bugfix on c58675ca72
(when the v2 HS desc parser was implemented).
Found by asn.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
o Minor bugfixes:
|
||||
|
||||
- Avoid undefined behaviour when parsing the list of supported
|
||||
rendezvous/introduction protocols in a hidden service
|
||||
descriptor. Previously, Tor would have confused (as-yet-unused)
|
||||
protocol version numbers greater than 32 with lower ones on many
|
||||
platforms. Bugfix on 0.2.0.10-alpha; found by George Kadianakis.
|
||||
|
||||
Reference in New Issue
Block a user