diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-05 13:41:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-05 13:41:27 -0400 |
commit | 0ee15c92d5486fc73ba49dea7f12bf2f89012cfb (patch) | |
tree | 929eb2a05c3523bf4f3b5ba61c2918543e0e3764 /changes/bug22789 | |
parent | d56f6993990ab75b6ab8a80027ee60e610489a2c (diff) | |
parent | bb3f74e66bd9df94ce9d1949164348efac728ea9 (diff) | |
download | tor-0ee15c92d5486fc73ba49dea7f12bf2f89012cfb.tar.gz tor-0ee15c92d5486fc73ba49dea7f12bf2f89012cfb.zip |
Merge branch 'bug22789_024' into maint-0.2.4
Diffstat (limited to 'changes/bug22789')
-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. + |