]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Bound memory use during incoming zone transfers
authorAlessio Podda <alessio@isc.org>
Fri, 29 May 2026 08:43:51 +0000 (08:43 +0000)
committerAlessio Podda <alessio@isc.org>
Fri, 29 May 2026 08:43:51 +0000 (08:43 +0000)
During an incoming zone transfer, an optimization could let
the batch of pending records grow without bound for a large
zone, raising memory usage. It gave no measurable performance
benefit, so it has been removed.

Closes #5958

Merge branch '5958-no-name-boundary' into 'main'

See merge request isc-projects/bind9!12141


Trivial merge