]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: usr: Stop delv from aborting on a malformed query name
authorOndřej Surý <ondrej@isc.org>
Thu, 30 Apr 2026 10:08:04 +0000 (12:08 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 30 Apr 2026 10:08:04 +0000 (12:08 +0200)
commitca8315bb4d4cdc2f597d197030f73d099a253333
tree70656fd3d58f7b9d94606bbb702fd4b7b19dd14d
parent49509dcbaebf29580460f13dba7fba0ccc3ef0c4
parent96d3b2996821ca6a7db93e98630235febbc52e1e
[9.20] fix: usr: Stop delv from aborting on a malformed query name

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

Backport of MR !11921

Merge branch 'backport-5916-delv-run-resolve-null-detach-abort-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11927