]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix parsing of hostnames in rndc.conf
authorMark Andrews <marka@isc.org>
Mon, 21 Oct 2024 00:34:32 +0000 (11:34 +1100)
committerMark Andrews <marka@isc.org>
Mon, 21 Oct 2024 23:30:07 +0000 (10:30 +1100)
commit6c095f89f5ac22bb67e9ef6d67b75d77234fea45
tree8fddeccec02f3afd8f4fbd80981bc90c692e648c
parent7c2aafe03fd0b9b4b2c0b157d5ac3aa013466936
Fix parsing of hostnames in rndc.conf

When DSCP was removed the parsing of hostnames was accidentally
broken resulting in an assertion failure.  Call cfg_parse_tuple
rather than using custom code in parse_sockaddrnameport.
lib/isccfg/namedconf.c