mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 06:12:01 +01:00
Vendor import of Bind 9.8.4-P1
Approved by: delphij (mentor) Sponsored by: DK Hostmaster A/S
This commit is contained in:
parent
a503af91a8
commit
2efa5510c3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/vendor/bind9/dist/; revision=243888 svn path=/vendor/bind9/9.8.4-P1/; revision=243889; tag=vendor/bind9/9.8.4-P1
5
CHANGES
5
CHANGES
@ -1,3 +1,8 @@
|
||||
--- 9.8.4-P1 released ---
|
||||
|
||||
3407. [security] Named could die on specific queries with dns64 enabled.
|
||||
[Addressed in change #3388 for BIND 9.8.5 and 9.9.3.]
|
||||
|
||||
--- 9.8.4 released ---
|
||||
|
||||
3383. [security] A certain combination of records in the RBT could
|
||||
|
@ -11,6 +11,7 @@ docutil
|
||||
isc-config.sh.1
|
||||
isc-config.sh.docbook
|
||||
isc-config.sh.html
|
||||
srcid
|
||||
util
|
||||
|
||||
# Tests
|
||||
|
@ -5183,10 +5183,12 @@ dns64_ttl(dns_db_t *db, dns_dbversion_t *version) {
|
||||
isc_result_t result;
|
||||
isc_uint32_t ttl = ISC_UINT32_MAX;
|
||||
|
||||
dns_rdataset_init(&rdataset);
|
||||
|
||||
result = dns_db_getoriginnode(db, &node);
|
||||
if (result != ISC_R_SUCCESS)
|
||||
goto cleanup;
|
||||
dns_rdataset_init(&rdataset);
|
||||
|
||||
result = dns_db_findrdataset(db, node, version, dns_rdatatype_soa,
|
||||
0, 0, &rdataset, NULL);
|
||||
if (result != ISC_R_SUCCESS)
|
||||
|
Loading…
Reference in New Issue
Block a user