]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
1248. [bug] The validator could incorrectly verify an invalid
authorMark Andrews <marka@isc.org>
Mon, 15 Jul 2002 03:27:44 +0000 (03:27 +0000)
committerMark Andrews <marka@isc.org>
Mon, 15 Jul 2002 03:27:44 +0000 (03:27 +0000)
                        negative proof.

lib/dns/include/dns/validator.h

index 81020ee3bc7db90c82c3e5922d7f09c09dc84afc..06b896e3573d3c6bafc2d7ae948a85f1ffd42438 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: validator.h,v 1.21 2002/06/17 04:01:33 marka Exp $ */
+/* $Id: validator.h,v 1.22 2002/07/15 03:27:44 marka Exp $ */
 
 #ifndef DNS_VALIDATOR_H
 #define DNS_VALIDATOR_H 1
@@ -108,6 +108,8 @@ struct dns_validator {
        dns_rdataset_t *                keyset;
        dns_rdataset_t *                dsset;
        dns_rdataset_t *                soaset;
+       dns_rdataset_t *                nxtset;
+       dns_name_t *                    soaname;
        dns_rdataset_t                  frdataset;
        dns_rdataset_t                  fsigrdataset;
        dns_fixedname_t                 fname;