diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-05 13:42:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-05 13:42:47 -0400 |
commit | 5ff0f1ab9e3a0b82b177b3f710201d0ad35b69c4 (patch) | |
tree | 839ba79f64b266a6f9f94252e8004e8123ff1eca /changes | |
parent | 3483f7c00349be6cba7b703f2e5ee94563d0c6eb (diff) | |
parent | 6cd6d488dc2469df82d74f0fcc3c84f5b45e8447 (diff) | |
download | tor-5ff0f1ab9e3a0b82b177b3f710201d0ad35b69c4.tar.gz tor-5ff0f1ab9e3a0b82b177b3f710201d0ad35b69c4.zip |
Merge branch 'maint-0.2.7-redux' into maint-0.2.8
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. + |