Merge remote branch 'origin/maint-0.2.2'

This commit is contained in:
Nick Mathewson
2011-01-12 12:43:30 -05:00
2 changed files with 13 additions and 4 deletions
+7
View File
@@ -0,0 +1,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.