NetBSD/lib/libc/resolv
christos ff104b2e4b PR/48475: YAMAGUCHI Takanori: EDNS option broken with unbound. struct
querybuf in net/gethnamaddr.c defines MAXPACKET to 64K. This in turn
gets passed down until it reached res_nopt(..., answer, anslen), where
the size of the buffer must fit in 16 bits. Unfortunately we end up
being one more than the max so we end up sending a 0 as the size and
unbound does not like that. Instead we clip now to 64K - 1, and everyone
is happy.
XXX: Pullup to 7.
2014-11-11 03:29:24 +00:00
..
h_errno.c
herror.c PR/45989: Martin Husemann: lint invocation does include -w only on i386 2012-03-13 21:13:30 +00:00
Makefile.inc "soon" is "now". Remove all __indr_reference crap. 2014-01-16 20:31:42 +00:00
mtctxres.c
res_comp.c PR/45989: Martin Husemann: lint invocation does include -w only on i386 2012-03-13 21:13:30 +00:00
res_compat.c
res_data.c
res_debug.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
res_debug.h PR/45989: Martin Husemann: lint invocation does include -w only on i386 2012-03-13 21:13:30 +00:00
res_init.c Mark the dup of the resolv fd for close on exec. 2014-09-16 01:29:48 +00:00
res_mkquery.c PR/48475: YAMAGUCHI Takanori: EDNS option broken with unbound. struct 2014-11-11 03:29:24 +00:00
res_private.h
res_query.c close on exec hostaliases 2014-09-16 01:30:00 +00:00
res_send.c two more type casts after type changes 2013-02-16 13:45:45 +00:00
res_state.c