]> git.ipfire.org Git - thirdparty/bind9.git/commit
[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)
commit5d7f241fdf5453301ca766082a5f4036c323d86a
treee10200e306a863636cdf6513332f74a7adcb444b
parent1407f48670dd4007c9cfce1c97ae2d9cf5785ece
parent2c998e4e0095f222270803cc70342e543055447c
[9.20] fix: dev: Bound memory use during incoming zone transfers

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