mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Blockdata leak.
This commit is contained in:
@@ -195,8 +195,9 @@ static void cache_free(struct crec *crecp)
|
||||
big_free = crecp->name.bname;
|
||||
crecp->flags &= ~F_BIGNAME;
|
||||
}
|
||||
|
||||
#ifdef HAVE_DNSSEC
|
||||
else if (crecp->flags & (F_DNSKEY | F_DS))
|
||||
if (crecp->flags & (F_DNSKEY | F_DS))
|
||||
blockdata_free(crecp->addr.key.keydata);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user