diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-07 10:51:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-07 10:51:28 -0400 |
commit | 07d44bea0b3ea26bd8c0d5bed89a6ba555d5561f (patch) | |
tree | 077e6e532e776943f74b659c5ac8577b00a94e75 | |
parent | 332c637f241d5253df34e6fb09f5a5c6bb2574d0 (diff) | |
parent | 715185477d135d87f8ebf6fb12804cb2db5856bb (diff) | |
download | tor-07d44bea0b3ea26bd8c0d5bed89a6ba555d5561f.tar.gz tor-07d44bea0b3ea26bd8c0d5bed89a6ba555d5561f.zip |
Merge branch 'maint-0.2.6' into release-0.2.6
-rw-r--r-- | changes/bug22789 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changes/bug22789 b/changes/bug22789 index dc9fa29811..a653592848 100644 --- a/changes/bug22789 +++ b/changes/bug22789 @@ -2,5 +2,6 @@ - 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 22789; bugfix on 0.2.3.8-alpha. + Fixes bug 22789; bugfix on 0.2.3.8-alpha. Also tracked as + TROVE-2017-007. |