diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-02-14 16:32:59 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-02-14 16:32:59 -0500 |
commit | 9f71fde146712d4fafbf3e967d560b18aed64794 (patch) | |
tree | 42f08b00a2f72d5504a4060c7362d301cd25fdc7 /changes | |
parent | a0ef3cf0880e3cd343977b3fcbd0a2e7572f0cb4 (diff) | |
download | tor-9f71fde146712d4fafbf3e967d560b18aed64794.tar.gz tor-9f71fde146712d4fafbf3e967d560b18aed64794.zip |
changes file for removing compare-by-subtraction pattern
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. |