1867. [bug] It was possible to trigger a INSIST in

dlv_validatezonekey(). [RT #14846]
This commit is contained in:
Mark Andrews
2005-06-07 00:39:12 +00:00
parent 740a273347
commit 468fdfbc2b
2 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -1,7 +1,11 @@
1879. [func] Added framework for handling multiple EDNS versions.
[RT #14873]
1878. [func] dig can now specify the EDNS version when making
a query.
a query. [RT #14873]
1867. [bug] It was possible to trigger a INSIST in
dlv_validatezonekey(). [RT #14846]
1868. [func] edns-udp-size can now be overridden on a per
server basis. [RT #14851]
+2 -2
View File
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: validator.c,v 1.119.18.10 2005/05/06 01:59:48 marka Exp $ */
/* $Id: validator.c,v 1.119.18.11 2005/06/07 00:39:12 marka Exp $ */
/*! \file */
@@ -1483,7 +1483,7 @@ dlv_validatezonekey(dns_validator_t *val) {
/*
* We have DLV records.
*/
val->dsset = &val->frdataset;
val->dlv = &val->frdataset;
if (val->frdataset.trust == dns_trust_pending &&
dns_rdataset_isassociated(&val->fsigrdataset))
{