]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: remove the rndc testgen command
authorOndřej Surý <ondrej@isc.org>
Thu, 30 Apr 2026 04:35:07 +0000 (06:35 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 30 Apr 2026 04:35:07 +0000 (06:35 +0200)
testgen existed only to let the rndc system test generate large response payloads.
It accepted an unbounded count and was reachable from read-only control channels,
so any read-only rndc client could drive named into memory exhaustion. The command
and its supporting test helper are gone; remaining rndc commands already produce
non-trivial responses, so transport coverage is preserved.

Closes #5911

Merge branch '5911-rndc-testgen-32bit-truncation-memory-exhaustion' into 'main'

See merge request isc-projects/bind9!11912


Trivial merge