mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18: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;
|
big_free = crecp->name.bname;
|
||||||
crecp->flags &= ~F_BIGNAME;
|
crecp->flags &= ~F_BIGNAME;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_DNSSEC
|
#ifdef HAVE_DNSSEC
|
||||||
else if (crecp->flags & (F_DNSKEY | F_DS))
|
if (crecp->flags & (F_DNSKEY | F_DS))
|
||||||
blockdata_free(crecp->addr.key.keydata);
|
blockdata_free(crecp->addr.key.keydata);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user