summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-02-14 16:32:59 -0500
committerNick Mathewson <nickm@torproject.org>2017-02-14 16:32:59 -0500
commit9f71fde146712d4fafbf3e967d560b18aed64794 (patch)
tree42f08b00a2f72d5504a4060c7362d301cd25fdc7
parenta0ef3cf0880e3cd343977b3fcbd0a2e7572f0cb4 (diff)
downloadtor-9f71fde146712d4fafbf3e967d560b18aed64794.tar.gz
tor-9f71fde146712d4fafbf3e967d560b18aed64794.zip
changes file for removing compare-by-subtraction pattern
-rw-r--r--changes/bug21278_extras3
1 files changed, 3 insertions, 0 deletions
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.