tor/changes/bug2331
Nick Mathewson 0222228d64 Fix up size and sign issues in base32 code
Fixes bug 2331.
2011-01-03 16:16:53 -05:00

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.