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 | 60a926f67412908f792c71a3c490d34a5a02d7aa (patch) | |
tree | 8372006c780086dbdb18b778c978fcb72598e9c7 | |
parent | 0832f1cb8fbe6ddbaaef25f2152548f0f647aa8e (diff) | |
parent | 5472066cd21099d406e69ef810b83c153bd21e5b (diff) | |
download | tor-60a926f67412908f792c71a3c490d34a5a02d7aa.tar.gz tor-60a926f67412908f792c71a3c490d34a5a02d7aa.zip |
Merge branch 'maint-0.2.7-redux' into release-0.2.7-redux
-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. |