From: Ondřej Surý Date: Thu, 30 Apr 2026 04:35:07 +0000 (+0200) Subject: fix: dev: remove the rndc testgen command X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28025ceff89084d2a58f9c7337417a2ecaab21a9;p=thirdparty%2Fbind9.git 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 --- 28025ceff89084d2a58f9c7337417a2ecaab21a9