Re: [Libevent-users] NULL access on resolv_conf_parse_line

2009-12-04 Thread Niels Provos
Hi Yasuoka, thank you for your patch. That is not fixed in the git repository. Niels. *** To unsubscribe, send an e-mail to majord...@freehaven.net with unsubscribe libevent-usersin the body.

Re: [Libevent-users] NULL access on resolv_conf_parse_line

2009-12-04 Thread Niels Provos
On Fri, Dec 4, 2009 at 10:56 AM, Niels Provos wrote: > thank you for your patch.   That is not fixed in the git repository. What I meant to say is that your patch has been applied to the git repository and the problem is fixed now. Thanks, Niels. *

[Libevent-users] NULL access on resolv_conf_parse_line

2009-12-02 Thread Yasuoka Masahiko
Hello, I'm Yasuoka Masahiko of IIJ. Nice to meet you. Programs using evdns may crash by NULL pointer acccess on parsing a broken resolv.conf like bellow. --- nameserver --- * On my environment, the broken resolv.conf has been created by a broken DHCP client. * A patch is attached