2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

3838. [protocol] EDNS EXPIRE as been assigned a code point of 9.

This commit is contained in:
Mark Andrews
2014-05-05 16:40:45 +10:00
parent b36fc8294e
commit cd07e4d038
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
3838. [protocol] EDNS EXPIRE as been assigned a code point of 9.
3837. [security] A NULL pointer is passed to query_prefetch resulting
a REQUIRE assertion failure when a fetch is actually
initiated. [ RT #35899]

View File

@@ -106,9 +106,10 @@
/*%< EDNS0 extended OPT codes */
#define DNS_OPT_NSID 0x0003 /*%< NSID opt code */
#define DNS_OPT_CLIENT_SUBNET 0x0008 /*%< client subnet opt code */
#define DNS_OPT_EXPIRE 0x0009 /*%< EXPIRE opt code */
/*%< Experimental options [65001...65534] as per RFC6891 */
#define DNS_OPT_SIT 65001 /*%< SIT opt code */
#define DNS_OPT_EXPIRE 65002 /*%< EXPIRE opt code */
/*%< The number of EDNS options we know about. */
#define DNS_EDNSOPTIONS 4