summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-02-28 09:22:11 -0500
committerNick Mathewson <nickm@torproject.org>2017-02-28 09:22:11 -0500
commita9217bf6a5551e670f781fd97072ab352aea4296 (patch)
treece694cc74cb389b28ebfe0808bf14219c672d74f
parent3a60214f32bc6e1ba6d8c6dd6c6abda0c5be1f1e (diff)
downloadtor-a9217bf6a5551e670f781fd97072ab352aea4296.tar.gz
tor-a9217bf6a5551e670f781fd97072ab352aea4296.zip
appease lintchanges
-rw-r--r--changes/bug211162
-rw-r--r--changes/bug21278_extras1
-rw-r--r--changes/bug21278_prevention2
-rw-r--r--changes/bug214712
-rw-r--r--changes/bug215532
-rw-r--r--changes/bug215622
-rw-r--r--changes/geoip-february20172
7 files changed, 7 insertions, 6 deletions
diff --git a/changes/bug21116 b/changes/bug21116
index 2304ab0fd6..6c94f8ff9e 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 ffdf4a047b..73eac67e47 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 e07f0a670c..37f84cbdcf 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 684035b19c..677e21b0ea 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 6ffa3e29a2..2da167e04d 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 48396a00e7..930d991e8b 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 ec54b6122a..f8a4909166 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.