]> granicus.if.org Git - libevent/commit
evdns: handle NULL filename explicitly
authorBogdan Harjoc <bharjoc@bitdefender.com>
Thu, 9 Aug 2018 10:04:52 +0000 (13:04 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Sun, 21 Oct 2018 11:28:59 +0000 (14:28 +0300)
commit3e6553a1808989c15b8dd1945b4707b7d35667ad
tree9371b3bca60ecc826a5db18cc5a66164e4a47ef9
parentfb090aa622bcfd0431b6a4b97883bddf29ad8a0e
evdns: handle NULL filename explicitly

Otherwise we will try to open NULL filename and got EFAULT and anyway
will got the same return code from evdns_base_resolv_conf_parse_impl()

Closes: #680 (cherry-picked)
evdns.c