commit 9f71fde146712d4fafbf3e967d560b18aed64794 Author: Nick Mathewson nickm@torproject.org Date: Tue Feb 14 16:32:59 2017 -0500
changes file for removing compare-by-subtraction pattern --- changes/bug21278_extras | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/changes/bug21278_extras b/changes/bug21278_extras new file mode 100644 index 0000000..ffdf4a0 --- /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.