From: Nick Mathewson Date: Wed, 12 Jan 2011 17:42:21 +0000 (-0500) Subject: add a missing "not" in bug2331 changelog X-Git-Tag: tor-0.2.2.21-alpha~7^2~10^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f4756051feb2ee57fbe3b5e285b012a922fef6c3;p=thirdparty%2Ftor.git add a missing "not" in bug2331 changelog --- diff --git a/changes/bug2331 b/changes/bug2331 index df97ac2b45..9940b591cb 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.