diff options
author | ume <ume@FreeBSD.org> | 2008-12-14 19:39:53 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2008-12-14 19:39:53 +0000 |
commit | 5981f7a689e7291656f30b6c8e94a05339c101b0 (patch) | |
tree | 5e14eb7d469e63a149e56aedf1a74b40e820e7cd /include/arpa | |
parent | d6c5fd3f81862801cb66bf464744657a24a2d4e2 (diff) | |
download | FreeBSD-src-5981f7a689e7291656f30b6c8e94a05339c101b0.zip FreeBSD-src-5981f7a689e7291656f30b6c8e94a05339c101b0.tar.gz |
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>
Diffstat (limited to 'include/arpa')
-rw-r--r-- | include/arpa/nameser.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/arpa/nameser.h b/include/arpa/nameser.h index b891026..ce2f2e0 100644 --- a/include/arpa/nameser.h +++ b/include/arpa/nameser.h @@ -49,7 +49,7 @@ */ /* - * $Id: nameser.h,v 1.7.18.1 2005/04/27 05:00:50 sra Exp $ + * $Id: nameser.h,v 1.7.18.2 2008/04/03 23:15:15 marka Exp $ * $FreeBSD$ */ @@ -424,9 +424,10 @@ typedef enum __ns_cert_types { #define NS_NXT_MAX 127 /*% - * EDNS0 extended flags, host order. + * EDNS0 extended flags and option codes, host order. */ #define NS_OPT_DNSSEC_OK 0x8000U +#define NS_OPT_NSID 3 /*% * Inline versions of get/put short/long. Pointer is advanced. |