]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.20] fix: dev: Bound memory use during incoming zone transfers
authorAlessio Podda <alessio@isc.org>
Mon, 1 Jun 2026 12:24:57 +0000 (12:24 +0000)
committerAlessio Podda <alessio@isc.org>
Mon, 1 Jun 2026 12:24:57 +0000 (12:24 +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

Backport of MR !12141

Merge branch 'backport-5958-no-name-boundary-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!12142


Trivial merge