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
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
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