diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-05 13:43:21 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-05 13:43:21 -0400 |
commit | 32c0066e4baa2ca16902a70b941d8d3afbc279ff (patch) | |
tree | 7cc360fa9450abe7207455f988bc34158a995643 /changes | |
parent | bb97f680e74170673246b3de32e847ade46840f2 (diff) | |
parent | 5ff0f1ab9e3a0b82b177b3f710201d0ad35b69c4 (diff) | |
download | tor-32c0066e4baa2ca16902a70b941d8d3afbc279ff.tar.gz tor-32c0066e4baa2ca16902a70b941d8d3afbc279ff.zip |
Merge branch 'maint-0.2.8' into maint-0.2.9
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. + |