]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Check for empty 'endpoints' list
authorEvan Hunt <each@isc.org>
Tue, 11 Aug 2026 07:55:48 +0000 (07:55 +0000)
committerEvan Hunt <each@isc.org>
Tue, 11 Aug 2026 07:55:48 +0000 (07:55 +0000)
Configuring an `http` block with `endpoints {};` previously caused
a crash in `named`. This is now rejected earlier by the configuration
check.

Closes #6330

Merge branch '6330-empty-endpoints' into 'main'

See merge request isc-projects/bind9!12548


Trivial merge