diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-05 13:42:26 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-05 13:42:26 -0400 |
commit | ff8c230d7cadb6c24dcf9c121521cff976fc83a5 (patch) | |
tree | fe76df5da20a4c5292a4ef4588596867e3e0f045 /changes | |
parent | ccae991662adb3b64bdb1dcd4a942e4d1e163414 (diff) | |
parent | 0ee15c92d5486fc73ba49dea7f12bf2f89012cfb (diff) | |
download | tor-ff8c230d7cadb6c24dcf9c121521cff976fc83a5.tar.gz tor-ff8c230d7cadb6c24dcf9c121521cff976fc83a5.zip |
Merge branch 'maint-0.2.4' into maint-0.2.5
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. + |