]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] fix: usr: Unknown directive in resolv.conf not handled properly
authorMark Andrews <marka@isc.org>
Tue, 10 Dec 2024 03:36:40 +0000 (03:36 +0000)
committerMark Andrews <marka@isc.org>
Tue, 10 Dec 2024 03:36:40 +0000 (03:36 +0000)
commit75ae186fa1f00e835ec1dadc39466cff5985d72e
tree32b931ae48e7f4265a80951a581005a2928d5f80
parent4e768eba175c4a498c0460cf1f0a352522664815
parentea43609f45d1016edab8bf2e2e7377105daf3196
[9.18] fix: usr: Unknown directive in resolv.conf not handled properly

The line after an unknown directive in resolv.conf could accidentally be skipped, potentially affecting dig, host, nslookup, nsupdate, or delv. This has been fixed.

Closes #5084

Backport of MR !9865

Merge branch 'backport-5084-plain-unknown-keyword-in-resolv-conf-not-handled-propely-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!9878