]> git.ipfire.org Git - thirdparty/bind9.git/commit
Store static-stub addresses seperately in the adb
authorMark Andrews <marka@isc.org>
Wed, 14 Aug 2024 13:46:44 +0000 (23:46 +1000)
committerMark Andrews <marka@isc.org>
Tue, 1 Oct 2024 01:27:55 +0000 (01:27 +0000)
commit7e8ffe3d63db3f114645cea2521b589716e0852f
tree6d53910866a110b54072bf4efdedaa1ae2cb17b1
parentcee11c8610f24e90c1c3a5131db6a832ac61c529
Store static-stub addresses seperately in the adb

Static-stub address and addresses from other sources where being
mixed together resulting in static-stub queries going to addresses
not specified in the configuration or alternatively static-stub
addresses being used instead of the real addresses.

(cherry picked from commit b3a2c790f3cd6d4257a7434963804a142816962e)
lib/dns/adb.c
lib/dns/include/dns/adb.h
lib/dns/include/dns/rdataset.h
lib/dns/resolver.c
lib/dns/view.c