appease lintchanges

This commit is contained in:
Nick Mathewson 2017-02-28 09:22:11 -05:00
parent 3a60214f32
commit a9217bf6a5
7 changed files with 7 additions and 6 deletions

View File

@ -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".

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -1,4 +1,4 @@
o Minor features:
o Minor features (geoip):
- Update geoip and geoip6 to the February 8 2017 Maxmind GeoLite2
Country database.