Date: Sun, 14 Dec 2008 19:39:53 +0000 (UTC) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/include resolv.h src/include/arpa nameser.h src/lib/libc/include/isc eventlib.h platform.h src/lib/libc/inet inet_net_pton.c src/lib/libc/resolv res_debug.c res_mkquery.c res_query.c res_send.c Message-ID: <200812141945.mBEJj7Cx098373@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ume 2008-12-14 19:39:53 UTC FreeBSD src repository Modified files: include resolv.h include/arpa nameser.h lib/libc/include/isc eventlib.h lib/libc/inet inet_net_pton.c lib/libc/resolv res_debug.c res_mkquery.c res_query.c res_send.c Added files: lib/libc/include/isc platform.h Log: SVN rev 186090 on 2008-12-14 19:39:53Z by ume Merge the resolver part of BIND 9.4.3 into HEAD. It includes the following fix: 2426. [bug] libbind: inet_net_pton() can sometimes return the wrong value if excessively large netmasks are supplied. [RT #18512] Reported by: Maksymilian Arciemowicz <cxib__at__securityreason.com> Revision Changes Path 1.21 +3 -2 src/include/arpa/nameser.h 1.33 +5 -1 src/include/resolv.h 1.2 +5 -1 src/lib/libc/include/isc/eventlib.h 1.1 +37 -0 src/lib/libc/include/isc/platform.h (new) 1.4 +3 -3 src/lib/libc/inet/inet_net_pton.c 1.6 +51 -4 src/lib/libc/resolv/res_debug.c 1.5 +56 -10 src/lib/libc/resolv/res_mkquery.c 1.6 +11 -3 src/lib/libc/resolv/res_query.c 1.9 +21 -7 src/lib/libc/resolv/res_send.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812141945.mBEJj7Cx098373>