diff options
Diffstat (limited to 'changes/bug2331')
-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 000000000..9940b591c --- /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. + |