mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
Fix DNSSEC caching problems: incomplete RRSIG RRsets.
This commit is contained in:
@@ -1168,6 +1168,7 @@ int dnssec_validate_reply(time_t now, struct dns_header *header, size_t plen, ch
|
||||
type_covered == T_DNSKEY || type_covered == T_PTR))
|
||||
{
|
||||
a.addr.dnssec.type = type_covered;
|
||||
a.addr.dnssec.class = class1;
|
||||
|
||||
algo = *p2++;
|
||||
p2 += 13; /* labels, orig_ttl, expiration, inception */
|
||||
|
||||
Reference in New Issue
Block a user