diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-05 13:43:31 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-05 13:43:31 -0400 |
commit | 5434b2451e73bd4cd5eb62fb5e6c468eeee70153 (patch) | |
tree | de70e85c16f53fdbe3c7c12031e3b3ae3b79dec1 /changes | |
parent | 0f97f963e3c267852a3f28538c5ddb196ce0bb42 (diff) | |
parent | 546f5b364bd8198b23b1ad4e66790eb1ce9b438e (diff) | |
download | tor-5434b2451e73bd4cd5eb62fb5e6c468eeee70153.tar.gz tor-5434b2451e73bd4cd5eb62fb5e6c468eeee70153.zip |
Merge branch 'maint-0.3.0' into maint-0.3.1
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22789 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug22789 b/changes/bug22789 new file mode 100644 index 0000000000..dc9fa29811 --- /dev/null +++ b/changes/bug22789 @@ -0,0 +1,6 @@ + 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 22789; bugfix on 0.2.3.8-alpha. + |