]> granicus.if.org Git - libevent/commit
Fix SEGFAULT after evdns_base_resume if no nameservers installed.
authorAzat Khuzhin <a3at.mail@gmail.com>
Fri, 10 May 2013 23:53:11 +0000 (03:53 +0400)
committerAzat Khuzhin <a3at.mail@gmail.com>
Mon, 13 May 2013 19:56:00 +0000 (19:56 +0000)
commit14971a833c18fbab0819322f4e7b7a29f0cc6448
treeedbc70e881c0031b0235aa9da945b13673b31847
parent8ab612e396c286c753b23f974430cad0cd803147
Fix SEGFAULT after evdns_base_resume if no nameservers installed.

If there is no nameservers installed, using
evdns_base_nameserver_ip_add(), than evdns_base_resume() will SEGFAULT,
because of NULL dereference in evdns_requests_pump_waiting_queue()
evdns.c