From: Nick Mathewson Date: Tue, 14 Feb 2017 21:32:59 +0000 (-0500) Subject: changes file for removing compare-by-subtraction pattern X-Git-Tag: tor-0.2.9.10~12^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f71fde146712d4fafbf3e967d560b18aed64794;p=thirdparty%2Ftor.git changes file for removing compare-by-subtraction pattern --- diff --git a/changes/bug21278_extras b/changes/bug21278_extras new file mode 100644 index 0000000000..ffdf4a047b --- /dev/null +++ b/changes/bug21278_extras @@ -0,0 +1,3 @@ + o Minor bugfixes (code correctness): + - Repair a couple of (unreachable or harmless) cases of the risky + comparison-by-subtraction pattern that caused bug 21278.