--- libev/evdns.c 2007/11/01 17:29:19 1.2 +++ libev/evdns.c 2007/11/01 17:35:02 1.3 @@ -1,5 +1,4 @@ #define DNS_USE_GETTIMEOFDAY_FOR_ID 1 -/* $Id: evdns.c,v 1.2 2007/11/01 17:29:19 root Exp $ */ /* The original version of this module was written by Adam Langley; for * a history of modifications, check out the subversion logs. @@ -2267,7 +2266,7 @@ } int evdns_resolve_reverse_ipv6(struct xin6_addr *in, int flags, evdns_callback_type callback, void *ptr) { - char buf[64]; + char buf[96]; char *cp; struct request *req; int i;