aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-07-05 13:42:32 -0400
committerNick Mathewson <nickm@torproject.org>2017-07-05 13:42:32 -0400
commitf6420bceec9707324fe23c98a2a70dd2612f183f (patch)
tree100631d39c5d0c2014f8195293b1e3aacd88555d /changes
parent3de27618e65affe3688a5d92bce96e1e4ed5a82a (diff)
parentff8c230d7cadb6c24dcf9c121521cff976fc83a5 (diff)
downloadtor-f6420bceec9707324fe23c98a2a70dd2612f183f.tar.gz
tor-f6420bceec9707324fe23c98a2a70dd2612f183f.zip
Merge branch 'maint-0.2.5' into maint-0.2.6
Diffstat (limited to 'changes')
-rw-r--r--changes/bug227896
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.
+