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 | 546f5b364bd8198b23b1ad4e66790eb1ce9b438e (patch) | |
tree | 7e763a2d2c3a68ffaba52568ea25d7c60951855b /changes | |
parent | 8bc70a2ad2c0363986e4b002ceaf259908d67e70 (diff) | |
parent | 32c0066e4baa2ca16902a70b941d8d3afbc279ff (diff) | |
download | tor-546f5b364bd8198b23b1ad4e66790eb1ce9b438e.tar.gz tor-546f5b364bd8198b23b1ad4e66790eb1ce9b438e.zip |
Merge branch 'maint-0.2.9' into maint-0.3.0
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. + |