blob: 9940b591cb0559cada3baeef290eaa0ddc268127 (
plain)
1
2
3
4
5
6
7
|
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 not actually reachable in
Tor, but it's good to prevent future errors too. Found by
doorss.
|