add a missing "not" in bug2331 changelog

This commit is contained in:
Nick Mathewson 2011-01-12 12:42:21 -05:00
parent 240fa42aac
commit f4756051fe

View File

@ -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.