mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +00:00
add warning comment
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* $Id: dnssec.c,v 1.20 2000/02/23 23:30:28 halley Exp $
|
* $Id: dnssec.c,v 1.21 2000/02/25 01:07:17 halley Exp $
|
||||||
* Principal Author: Brian Wellington
|
* Principal Author: Brian Wellington
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -382,6 +382,9 @@ dns_dnssec_verify(dns_name_t *name, dns_rdataset_t *set, dst_key_t *key,
|
|||||||
key, &ctx, &r, NULL);
|
key, &ctx, &r, NULL);
|
||||||
|
|
||||||
/* if the name is an expanded wildcard, use the wildcard name */
|
/* if the name is an expanded wildcard, use the wildcard name */
|
||||||
|
/*
|
||||||
|
* XXXRTH Note! This will not work for names with bitstring labels!
|
||||||
|
*/
|
||||||
dns_name_init(&newname, NULL);
|
dns_name_init(&newname, NULL);
|
||||||
labels = dns_name_countlabels(name) - 1;
|
labels = dns_name_countlabels(name) - 1;
|
||||||
dns_name_getlabelsequence(name, labels - sig.labels, sig.labels + 1,
|
dns_name_getlabelsequence(name, labels - sig.labels, sig.labels + 1,
|
||||||
|
Reference in New Issue
Block a user