message size. Thanks to Qifan Zhang, Palo Alto Networks,
for the report.
- Fix PROXYv2 header read and consume, it checks the header
size. Thanks to Qifan Zhang, Palo Alto Networks for
the report.
+ - Fix negative cache NSEC3 nodata proof, to use the correct
+ message size. Thanks to Qifan Zhang, Palo Alto Networks,
+ for the report.
3 June 2026: Yorgos
- Fix const as reported by newest compiler warnings.
!nsec3_has_type(ce_rrset, 0, LDNS_RR_TYPE_NS))
return NULL;
if(!(msg = dns_msg_create(qname, qname_len,
- LDNS_RR_TYPE_DS, zone->dclass, region, 1)))
+ LDNS_RR_TYPE_DS, zone->dclass, region, 2))) /* ce + soa */
return NULL;
/* The cache response means recursion is available. */
msg->rep->flags |= BIT_RA;