From a9217bf6a5551e670f781fd97072ab352aea4296 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 28 Feb 2017 09:22:11 -0500 Subject: [PATCH] appease lintchanges --- changes/bug21116 | 2 +- changes/bug21278_extras | 1 + changes/bug21278_prevention | 2 +- changes/bug21471 | 2 +- changes/bug21553 | 2 +- changes/bug21562 | 2 +- changes/geoip-february2017 | 2 +- 7 files changed, 7 insertions(+), 6 deletions(-) diff --git a/changes/bug21116 b/changes/bug21116 index 2304ab0fd..6c94f8ff9 100644 --- a/changes/bug21116 +++ b/changes/bug21116 @@ -1,3 +1,3 @@ o Minor bugfixes (test): - - Fix Raspbian build missing socket errno in test util. Fixes bug 21116.; + - Fix Raspbian build missing socket errno in test util. Fixes bug 21116; bugfix on tor-0.2.8.2. Patch by "hein". diff --git a/changes/bug21278_extras b/changes/bug21278_extras index ffdf4a047..73eac67e4 100644 --- a/changes/bug21278_extras +++ b/changes/bug21278_extras @@ -1,3 +1,4 @@ o Minor bugfixes (code correctness): - Repair a couple of (unreachable or harmless) cases of the risky comparison-by-subtraction pattern that caused bug 21278. + diff --git a/changes/bug21278_prevention b/changes/bug21278_prevention index e07f0a670..37f84cbdc 100644 --- a/changes/bug21278_prevention +++ b/changes/bug21278_prevention @@ -1,4 +1,4 @@ o Minor features (directory authority): - Directory authorities now reject descriptors that claim to be malformed versions of Tor. Helps prevent exploitation of bug 21278. - + diff --git a/changes/bug21471 b/changes/bug21471 index 684035b19..677e21b0e 100644 --- a/changes/bug21471 +++ b/changes/bug21471 @@ -1,5 +1,5 @@ o Major bugfixes (hidden service directory v3): - When a descriptor lookup was done and it was not found in the directory cache, it would crash on a NULL pointer instead of returning the 404 - code back to the client like it was suppose to. Fixes bug 21471.; + code back to the client like it was suppose to. Fixes bug 21471; bugfixes on tor-0.3.0.1-alpha. diff --git a/changes/bug21553 b/changes/bug21553 index 6ffa3e29a..2da167e04 100644 --- a/changes/bug21553 +++ b/changes/bug21553 @@ -4,4 +4,4 @@ an overflow passing an enormous value to the signing digest function. Fortunately, that value was only used to make sure the destination buffer length was big enough for the key size and in this case it was. - Fixes bug 21553; bugfix on tor-0.3.0.1-alpha. + Fixes bug 21553; bugfix on 0.3.0.1-alpha. diff --git a/changes/bug21562 b/changes/bug21562 index 48396a00e..930d991e8 100644 --- a/changes/bug21562 +++ b/changes/bug21562 @@ -1,4 +1,4 @@ o Minor bugfixes (testing): - Use bash in src/test/test-network.sh. This ensures we reliably call chutney's newer tools/test-network.sh when available. - Fixes bug 21562; bugfix on tor-0.2.9.1-alpha. + Fixes bug 21562; bugfix on 0.2.9.1-alpha. diff --git a/changes/geoip-february2017 b/changes/geoip-february2017 index ec54b6122..f8a490916 100644 --- a/changes/geoip-february2017 +++ b/changes/geoip-february2017 @@ -1,4 +1,4 @@ - o Minor features: + o Minor features (geoip): - Update geoip and geoip6 to the February 8 2017 Maxmind GeoLite2 Country database.