]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for removing compare-by-subtraction pattern
authorNick Mathewson <nickm@torproject.org>
Tue, 14 Feb 2017 21:32:59 +0000 (16:32 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 14 Feb 2017 21:32:59 +0000 (16:32 -0500)
changes/bug21278_extras [new file with mode: 0644]

diff --git a/changes/bug21278_extras b/changes/bug21278_extras
new file mode 100644 (file)
index 0000000..ffdf4a0
--- /dev/null
@@ -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.