]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Fix dig -x crash on excessively long arguments
authorOndřej Surý <ondrej@isc.org>
Thu, 30 Apr 2026 12:02:08 +0000 (14:02 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 30 Apr 2026 12:02:08 +0000 (14:02 +0200)
commit62ced63e2232c26d4efa93a7bbd8cc0e21627e3d
tree8f8dc61ff96fcfb3d62a22ff0afecb7256165a8e
parent688e8667a32b94a195df51501ffff1b7e32c1b68
parentf1ec5e18098cd13e9e6b3a1a6579ff2ff5ab5e1c
fix: usr: Fix dig -x crash on excessively long arguments

dig -x crashed with a segmentation fault rather than printing an
error when given an argument with thousands of dot-separated
components. dig -x now rejects such inputs cleanly with "Invalid IP
address".

Closes #5917

Merge branch '5917-dig-reverse-octets-stack-overflow' into 'main'

See merge request isc-projects/bind9!11928