mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-27 12:14:54 +02:00
Fixup unsigned CNAME to signed CNAME detection of signatures.
git-svn-id: file:///svn/unbound/trunk@1905 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
@@ -234,6 +234,8 @@ val_find_signer(enum val_classification subtype, struct query_info* qinf,
|
||||
signer_name, signer_len);
|
||||
if(*signer_name)
|
||||
return;
|
||||
if(ntohs(rep->rrsets[i]->rk.type) != LDNS_RR_TYPE_DNAME)
|
||||
break; /* only check CNAME after a DNAME */
|
||||
}
|
||||
*signer_name = NULL;
|
||||
*signer_len = 0;
|
||||
|
||||
Reference in New Issue
Block a user