aboutsummaryrefslogtreecommitdiff
path: root/changes/bug9337
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-07-26 15:33:46 +0200
committerNick Mathewson <nickm@torproject.org>2013-07-26 15:33:46 +0200
commit11f1b7d9dfa8434c629339220ed47f87a957344b (patch)
treeff5e3106eea633885c322111afd6b54f2f4993d2 /changes/bug9337
parent1d2e8020b7be5aff08cfde6f94c24b145625c1ad (diff)
downloadtor-11f1b7d9dfa8434c629339220ed47f87a957344b.tar
tor-11f1b7d9dfa8434c629339220ed47f87a957344b.tar.gz
Avoid assertion failure on unexepcted address family in DNS reply.
Fixes bug 9337; bugfix on 0.2.4.7-alpha.
Diffstat (limited to 'changes/bug9337')
-rw-r--r--changes/bug93374
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug9337 b/changes/bug9337
new file mode 100644
index 000000000..ce99bc818
--- /dev/null
+++ b/changes/bug9337
@@ -0,0 +1,4 @@
+ o Major bugfixes (DNS):
+ - Avoid an assertion failure when processing DNS replies without the
+ answer types we expected. Fixes bug 9337; bugfix on 0.2.4.7-alpha.
+