[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

Re: [Libevent-users] question about poll()

2009-12-02 Thread Patrick Galbraith
Nick, Patrick, et all, Yes, thank you! This is exactly what I wanted to know. Trond Norby has given me a Launchpad repo of libmemcached that uses select to implement poll that I'll be testing on Windows. I've been quite pleased at how good at how well libevent compiles on Windows using mingw

Re: [Libevent-users] get next timeout from libevent

2009-12-02 Thread Filippo Giunchedi
Hi Nick, On Tue, Dec 01, 2009 at 11:31:56PM -0500, Nick Mathewson wrote: > > This way the application can poll/select on our lib fds and then make a > > step whenever necessary. > > > > So far so good (please correct me if there's something missing :)). > > Hm. I'm not sure this is such a great