]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Remove deterministic selection of nameserver
authorOndřej Surý <ondrej@isc.org>
Wed, 25 Feb 2026 09:05:55 +0000 (10:05 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 25 Feb 2026 09:05:55 +0000 (10:05 +0100)
When selecting nameserver addresses to be looked up we where
always selecting them in dnssec name order from the start of
the nameserver rrset.  This could lead to resolution failure
despite there being address that could be resolved for the
other names.  Use a random starting point when selecting which
names to lookup.

Closes #5695

Closes #5745

Merge branch '5695-add-random-server-selection' into 'main'

See merge request isc-projects/bind9!11395


Trivial merge