mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
6 lines
280 B
Text
6 lines
280 B
Text
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.
|
|
|