]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: nil: Extend named-rrchecker multi-line parsing support
authorMark Andrews <marka@isc.org>
Tue, 3 Jun 2025 02:27:03 +0000 (02:27 +0000)
committerMark Andrews <marka@isc.org>
Tue, 3 Jun 2025 02:27:03 +0000 (02:27 +0000)
commit4d5aa1b90798e63c5dab1eb8ed02f3a67fa92208
tree8b40c85ef7d9e9ad7fe98782e8cb61a38df8e104
parent029e17844b2a3ec8d5e52313747cf952ee422769
parent5f882f95fe5308cd43d0da49d40d938351634189
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

Merge branch '5336-extend-named-rrchecker-multiline-support' into 'main'

See merge request isc-projects/bind9!10521