]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix some warnings from lintchanges.
authorNick Mathewson <nickm@torproject.org>
Mon, 21 Mar 2016 14:58:29 +0000 (10:58 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 21 Mar 2016 14:58:29 +0000 (10:58 -0400)
changes/bug14821
changes/bug17906
changes/bug17923
changes/bug18050
changes/bug18089
changes/bug18162
changes/geoip-march2016

index 0920d1fffc45b551b1449035e2902f22bbd3581e..e017eff93bb7cbfe560f5d5c7e683a7ea8b2b31a 100644 (file)
@@ -1,4 +1,4 @@
   o Major bugfixes (compilation):
     - Correctly repair hardened builds under the clang compiler. Previously,
       our use of _FORTIFY_SOURCE would conflict with clang's address
-      sanitizer. Closes ticket 14821.
+      sanitizer. Fixes bug 14821; bugfix on 0.2.5.4-alpha.
index fff76d1c59749e2de4664f3d5ce4f0d4d35bbf05..4b97740992331780c6889bf4ac573ad32baf3587 100644 (file)
@@ -1,4 +1,4 @@
   o Minor features (authorities):
-    - Update the V3 identity key for dannenberg, it was changed on
+    - Update the V3 identity key for the dannenberg authority, which changed on
       18 November 2015.
-      Closes task #17906. Patch by "teor".
+      Closes task 17906. Patch by "teor".
index 48026a5c2fb21426e63b4f39c531f2342b0e41a7..94849fb06a0fcf0f7b7c7470b92b1211851f1766 100644 (file)
@@ -1,4 +1,4 @@
-  o Minor bugfixes:
+  o Minor bugfixes (portability):
     - Add an #endif to configure.ac so that we correctly detect
       the presence of in6_addr.s6_addr32. Fixes bug 17923; bugfix on
       0.2.0.13-alpha.
index ce24a7738a35cba86fefd393195b29a88758e24b..27456bea8002662863874d5beaae4b602f21d9af 100644 (file)
@@ -1,7 +1,7 @@
-  o Minor fixes (relays):
+  o Minor bugfixes (relays):
     - Check that both the ORPort and DirPort (if present) are reachable
       before publishing a relay descriptor. Otherwise, relays publish a
       descriptor with DirPort 0 when the DirPort reachability test takes
       longer than the ORPort reachability test.
-      Closes bug #18050. Reported by "starlight", patch by "teor".
-      Bugfix on 0.1.0.1-rc, commit a1f1fa6ab on 27 Feb 2005.
+      Fixes bug 18050;
+      bugfix on 0.1.0.1-rc.  Reported by "starlight", patch by "teor".
index c1fb342f7764fc55fe686ab03a56bf785a9d62de..8ff75b8b8e7992ec1eacfac69f45909153ddb505 100644 (file)
@@ -1,6 +1,4 @@
-  o Minor fixes (security):
+  o Minor bugfixes (security):
     - Make memwipe() do nothing when passed a NULL pointer
       or zero size. Check size argument to memwipe() for underflow.
-      Closes bug #18089. Reported by "gk", patch by "teor".
-      Bugfix on 0.2.3.25 and 0.2.4.6-alpha (#7352),
-      commit 49dd5ef3 on 7 Nov 2012.
+      Fixes bug 18089; bugfix on 0.2.3.25 and 0.2.4.6-alpha. Reported by "gk", patch by "teor".
index 0844d6f62fb89ed9e129b26d8a20013f82d5b3c2..88d19a87cc380caca9e656c8279c4d8e86291820 100644 (file)
@@ -1,7 +1,7 @@
   o Major bugfixes (security, pointers):
 
     - Avoid a difficult-to-trigger heap corruption attack when extending
-      a smartlist to contain over 16GB of pointers. Fixes bug #18162;
+      a smartlist to contain over 16GB of pointers. Fixes bug 18162;
       bugfix on Tor 0.1.1.11-alpha, which fixed a related bug
       incompletely. Reported by Guido Vranken.
 
index d7b1bd42f912e625b858b7044565cd4ad23eb4a8..a66599f5a91194bc821df50d6a3e9a6adfa602e2 100644 (file)
@@ -1,4 +1,4 @@
-  o Minor features:
+  o Minor features (geoip):
     - Update geoip and geoip6 to the March 3 2016 Maxmind GeoLite2
       Country database.