mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
7 lines
280 B
Plaintext
7 lines
280 B
Plaintext
|
o Minor bugfixes:
|
||
|
- Add assertions to check for overflow in arguments to
|
||
|
base32_encode and base32_decode; fix a signed-unsigned
|
||
|
comparison there too. These bugs are actually reachable in Tor,
|
||
|
but it's good to prevent future errors too. Found by doorss.
|
||
|
|