diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-02-15 07:48:30 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-02-15 07:48:30 -0500 |
commit | 5d88267bf47fb532b53691ab428cbfd9db3881cf (patch) | |
tree | 62a47f1f6b04a73fa481f196b72cbec9ef7a9137 /changes | |
parent | ec6b5a098dcd1a264e84405006cd6a645d415ac4 (diff) | |
parent | 9f71fde146712d4fafbf3e967d560b18aed64794 (diff) | |
download | tor-5d88267bf47fb532b53691ab428cbfd9db3881cf.tar.gz tor-5d88267bf47fb532b53691ab428cbfd9db3881cf.zip |
Merge branch 'bug21278_extra_029' into maint-0.2.9
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug21278_extras | 3 |
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. |