]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: nil: Handle NUL in text files better
authorMark Andrews <marka@isc.org>
Tue, 11 Aug 2026 07:50:42 +0000 (17:50 +1000)
committerMark Andrews <marka@isc.org>
Tue, 11 Aug 2026 07:50:42 +0000 (17:50 +1000)
commit40ecbe49f3209da21e735e420d652dcfaafc15a8
tree30a423ea79bc636ba1f52c181db8b27073db70cd
parent2e20bf3e939191cb5b7e23475af7be8ba051bbd2
parent90532cb5e609f9762275614a0b0d88f3cd1bbb7d
fix: nil: Handle NUL in text files better

NULs in text files usually indicate corruption.  Additionally embedded
NULs can cause text files to be interpreted differently to the way they
appear to be when read by humans.  NUL in text files now returns
token type isc_tokentype_unknown unless escaped or enclosed in double
quotes.

Fixes #5796

Merge branch 'marka-set-specials-zero' into 'main'

See merge request isc-projects/bind9!11669