From: Mark Andrews Date: Tue, 11 Aug 2026 07:50:42 +0000 (+1000) Subject: fix: nil: Handle NUL in text files better X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40ecbe49f3209da21e735e420d652dcfaafc15a8;p=thirdparty%2Fbind9.git 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 --- 40ecbe49f3209da21e735e420d652dcfaafc15a8