aboutsummaryrefslogtreecommitdiff
path: root/changes/bug2331
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug2331')
-rw-r--r--changes/bug23315
1 files changed, 3 insertions, 2 deletions
diff --git a/changes/bug2331 b/changes/bug2331
index df97ac2b4..9940b591c 100644
--- a/changes/bug2331
+++ b/changes/bug2331
@@ -1,6 +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 actually reachable in Tor,
- but it's good to prevent future errors too. Found by doorss.
+ comparison there too. These bugs are not actually reachable in
+ Tor, but it's good to prevent future errors too. Found by
+ doorss.