diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-07-26 15:33:46 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-07-26 15:33:46 +0200 |
commit | 11f1b7d9dfa8434c629339220ed47f87a957344b (patch) | |
tree | ff5e3106eea633885c322111afd6b54f2f4993d2 /changes/bug9337 | |
parent | 1d2e8020b7be5aff08cfde6f94c24b145625c1ad (diff) | |
download | tor-11f1b7d9dfa8434c629339220ed47f87a957344b.tar.gz tor-11f1b7d9dfa8434c629339220ed47f87a957344b.zip |
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/bug9337 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug9337 b/changes/bug9337 new file mode 100644 index 0000000000..ce99bc8184 --- /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. + |