aboutsummaryrefslogtreecommitdiff
path: root/changes/bug2331
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-01-03 16:16:53 -0500
committerNick Mathewson <nickm@torproject.org>2011-01-03 16:16:53 -0500
commit0222228d64bf29a3b9db5a80a557e20c3c360224 (patch)
tree6f5f34234eee175cf51d5b6aadd55d78d2856031 /changes/bug2331
parentf089804332c0289159ec432d8ce82bb1ed6316aa (diff)
downloadtor-0222228d64bf29a3b9db5a80a557e20c3c360224.tar
tor-0222228d64bf29a3b9db5a80a557e20c3c360224.tar.gz
Fix up size and sign issues in base32 code
Fixes bug 2331.
Diffstat (limited to 'changes/bug2331')
-rw-r--r--changes/bug23316
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug2331 b/changes/bug2331
new file mode 100644
index 000000000..df97ac2b4
--- /dev/null
+++ b/changes/bug2331
@@ -0,0 +1,6 @@
+ 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.
+