]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Stop delv from aborting on a malformed query name
authorOndřej Surý <ondrej@isc.org>
Thu, 30 Apr 2026 08:56:18 +0000 (10:56 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 30 Apr 2026 08:56:18 +0000 (10:56 +0200)
delv aborts with SIGABRT instead of exiting cleanly when given a query
name that fails wire-format conversion (e.g. a label longer than 63
octets). After this change delv prints the parse error and exits with
a normal failure code.

Closes #5916

Merge branch '5916-delv-run-resolve-null-detach-abort' into 'main'

See merge request isc-projects/bind9!11921


Trivial merge