]> git.ipfire.org Git - thirdparty/bind9.git/commit
Check for empty 'endpoints' list 12548/head
authorEvan Hunt <each@isc.org>
Tue, 11 Aug 2026 00:18:38 +0000 (17:18 -0700)
committerEvan Hunt <each@isc.org>
Tue, 11 Aug 2026 07:55:41 +0000 (07:55 +0000)
commit94f2c74fd3a07444bcb03ebe9d0103e167bc705c
tree7411fc38d36e11955d1a76700615c740f609aab9
parent40ecbe49f3209da21e735e420d652dcfaafc15a8
Check for empty 'endpoints' list

Configuring an http block with "endpoints {};" previously caused
a crash in named. This is now rejected earlier by the configuration
check.
bin/tests/system/checkconf/bad-empty-endpoints.conf [new file with mode: 0644]
lib/isccfg/check.c