]> git.ipfire.org Git - thirdparty/bind9.git/commit
Extract heap deregistration
authorAlessio Podda <alessio@isc.org>
Wed, 17 Dec 2025 23:54:48 +0000 (00:54 +0100)
committerAlessio Podda <alessio@isc.org>
Tue, 31 Mar 2026 14:22:56 +0000 (16:22 +0200)
commit0683d76025c488826224fe74960295f82e55cfaf
treec845f1014e41c80da1b04d99c09a151d98191c63
parentf6e9998c3c0d9bf9d33a91ff848af1b4c2ec6a00
Extract heap deregistration

This commit changes the deregistration of vecheaders from the heap to
go through a private api instead of the dyndb public one. This is safe
since vecheader is only used by qpzone.

This is done in order to facilitate further refactoring.
lib/dns/qpzone.c
lib/dns/rdatavec.c