diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-01-12 12:42:40 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-01-12 12:42:40 -0500 |
commit | 1e37d8678a7f0a066886a74b0b57bce121d370b1 (patch) | |
tree | 5e117fc741bc6e4b8e1bbe51e4a3e71435d78a10 /changes | |
parent | 597433bcec3cc8270dec810fe82d8accc85931ef (diff) | |
parent | f4756051feb2ee57fbe3b5e285b012a922fef6c3 (diff) | |
download | tor-1e37d8678a7f0a066886a74b0b57bce121d370b1.tar.gz tor-1e37d8678a7f0a066886a74b0b57bce121d370b1.zip |
Merge branch 'bug2331' into maint-0.2.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2331 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug2331 b/changes/bug2331 new file mode 100644 index 0000000000..9940b591cb --- /dev/null +++ b/changes/bug2331 @@ -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. + |