]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: usr: Fix a bug in the static-stub implementation
authorMark Andrews <marka@isc.org>
Tue, 1 Oct 2024 02:07:40 +0000 (02:07 +0000)
committerMark Andrews <marka@isc.org>
Tue, 1 Oct 2024 02:07:40 +0000 (02:07 +0000)
commit72626cf9405bec659a7f64e8bf2335688aef550d
tree6d53910866a110b54072bf4efdedaa1ae2cb17b1
parentcee11c8610f24e90c1c3a5131db6a832ac61c529
parent7e8ffe3d63db3f114645cea2521b589716e0852f
[9.20] fix: usr: Fix a bug in the static-stub implementation

Static-stub addresses and addresses from other sources were 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 correct server addresses.

Closes #4850

Backport of MR !9314

Merge branch 'backport-4850-add-an-additional-class-of-names-to-adb-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!9571