aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-06 13:23:19 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-06 13:24:04 -0400
commitb268dca41175fe438441d3e4137766efee30da35 (patch)
tree10e08968df7f1bc87df6c22842dc0be367d675ac
parent342712b9ef12c0234def9c2b4eb5c63f54c8bb5b (diff)
downloadtor-b268dca41175fe438441d3e4137766efee30da35.tar.gz
tor-b268dca41175fe438441d3e4137766efee30da35.zip
Correctly describe which inputs would confuse the old BSD strtol
This fixes our changelog's description of 22789.
-rw-r--r--ChangeLog4
-rw-r--r--ReleaseNotes2
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5bc625acee..b30ca2ad42 100644
--- 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):
diff --git a/ReleaseNotes b/ReleaseNotes
index 668ee533cf..0012c060f5 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -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):