]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Correctly describe which inputs would confuse the old BSD strtol
authorNick Mathewson <nickm@torproject.org>
Wed, 6 Sep 2017 17:23:19 +0000 (13:23 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 6 Sep 2017 17:24:04 +0000 (13:24 -0400)
This fixes our changelog's description of 22789.

ChangeLog
ReleaseNotes

index 5bc625acee20cc72c2b9568412d60f52283f97bf..b30ca2ad42313942a2cd93330406c908ddbad19a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -108,7 +108,7 @@ Changes in version 0.3.0.10 - 2017-08-02
   o Major bugfixes (openbsd, denial-of-service, backport from 0.3.1.5-alpha):
     - Avoid an assertion failure bug affecting our implementation of
       inet_pton(AF_INET6) on certain OpenBSD systems whose strtol()
-      handling of "0xfoo" differs from what we had expected. Fixes bug
+      handling of "0xbar" differs from what we had expected. Fixes bug
       22789; bugfix on 0.2.3.8-alpha. Also tracked as TROVE-2017-007.
 
   o Minor features (backport from 0.3.1.5-alpha):
@@ -180,7 +180,7 @@ Changes in version 0.3.1.5-alpha - 2017-08-01
   o Major bugfixes (openbsd, denial-of-service):
     - Avoid an assertion failure bug affecting our implementation of
       inet_pton(AF_INET6) on certain OpenBSD systems whose strtol()
-      handling of "0xfoo" differs from what we had expected. Fixes bug
+      handling of "0xbar" differs from what we had expected. Fixes bug
       22789; bugfix on 0.2.3.8-alpha. Also tracked as TROVE-2017-007.
 
   o Major bugfixes (relay, performance):
index 668ee533cf5d012dcb77e3f6b67de4772c987e22..0012c060f56c34f54e806cc7d2075032cdbbb5d6 100644 (file)
@@ -25,7 +25,7 @@ Changes in version 0.3.0.10 - 2017-08-02
   o Major bugfixes (openbsd, denial-of-service, backport from 0.3.1.5-alpha):
     - Avoid an assertion failure bug affecting our implementation of
       inet_pton(AF_INET6) on certain OpenBSD systems whose strtol()
-      handling of "0xfoo" differs from what we had expected. Fixes bug
+      handling of "0xbar" differs from what we had expected. Fixes bug
       22789; bugfix on 0.2.3.8-alpha. Also tracked as TROVE-2017-007.
 
   o Minor features (backport from 0.3.1.5-alpha):