aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-02-12 15:11:31 -0500
committerNick Mathewson <nickm@torproject.org>2014-02-12 15:11:31 -0500
commit24add404ac08df59d0b5d68c6762b869bee63bac (patch)
treef0eac7362de7fa012eb89187efc30f09f6990dee /changes
parent2c0088b8aa360c8dfa4c38c45d50542fa9aae8fb (diff)
downloadtor-24add404ac08df59d0b5d68c6762b869bee63bac.tar
tor-24add404ac08df59d0b5d68c6762b869bee63bac.tar.gz
eventdns.c: survive broken resolv.conf files
If you had a resolv.conf file with a nameserver line containing no nameserver IP, we would crash. That's not terrible, but it's not desirable. Fixes bug 8788; bugfix on 0.1.1.23. Libevent already has this fix.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug87883
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug8788 b/changes/bug8788
new file mode 100644
index 000000000..26fb5bc4f
--- /dev/null
+++ b/changes/bug8788
@@ -0,0 +1,3 @@
+ o Minor bugfixes:
+ - Avoid crashing on a malformed resolv.conf file when running a
+ server using Libevent 1. Fixes bug 8788; bugfix on 0.1.1.23.