mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
0222228d64
Fixes bug 2331.
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.
|
|
|