]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit28025ceff89084d2a58f9c7337417a2ecaab21a9
treebff50dd7aee8bcd12e487bfe06ec4b247c88ac4e
parentf5853e765fca975eead9ea2ca9c45e433d363a05
parentac79f8cfebafec4d01ff48c8e191617b18e3936a
fix: dev: remove the rndc testgen command

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