]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: usr: Prevent assertion failures of dig when server is specified before...
authorArаm Sаrgsyаn <aram@isc.org>
Tue, 4 Nov 2025 19:46:07 +0000 (19:46 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Tue, 4 Nov 2025 19:46:07 +0000 (19:46 +0000)
commitdeada63e2b248e441fb5e3d8152c7065c45d9585
tree2b822d24f04970c37b6b6fe3fd91ddf4a08448f7
parent7264be76a0e92b3d7e434b591b8e18cdacc8f284
parent67d301adf5d509ceec1eddb7fad1372bda43785a
[9.20] fix: usr: Prevent assertion failures of dig when server is specified before the -b option

Previously, :iscman:`dig` could exit with an assertion failure when the server was specified before the :option:`dig -b` option. This has been fixed.

Closes #5609

Backport of MR !11183

Merge branch 'backport-5609-fix-dig-crash-with-at-and-dash-b-on-main-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11204