]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] fix: nil: Extend named-rrchecker multi-line parsing support
authorMark Andrews <marka@isc.org>
Tue, 3 Jun 2025 03:03:35 +0000 (03:03 +0000)
committerMark Andrews <marka@isc.org>
Tue, 3 Jun 2025 03:03:35 +0000 (03:03 +0000)
commitd95caf1b4fee2b652a2b4bf9331b1eaa742ac8d6
tree0cd22956cda913caf64d7320ca6c49f1593116c9
parente39c390f7fdd62565689b46e37720d7d3bfdc58a
parent51893cd65b69d66d8dbfa317df7a1b33a7674689
[9.18] fix: nil: Extend named-rrchecker multi-line parsing support

named-rrchecker now parses the braces which support multi-line input
from the beginning of the input rather than only when reading the
data fields of the record.

Closes #5336

Backport of MR !10521

Merge branch 'backport-5336-extend-named-rrchecker-multiline-support-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!10547