]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Fix zone filename token-parsing bug
authorArаm Sаrgsyаn <aram@isc.org>
Thu, 16 Apr 2026 11:37:17 +0000 (11:37 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Thu, 16 Apr 2026 11:37:17 +0000 (11:37 +0000)
commitef29555ba478b95cee9cda9f51917e87941bd433
tree1eac1dcb99dfb700939eee070196b9eda5a87dcd
parent07c8cddb4c58552a1829c9d5472d03973044ceac
parente30a535760878d39536f1c55fa9cb72e99f63c41
fix: usr: Fix zone filename token-parsing bug

The :iscman:`named` process could terminate unexpectedly when
processing a catalog member zone containing special characters
like '%' or '$' which could be interpreted as zone filename tokens
and trigger a case-sensitivity bug in the token-parsing code. This
has been fixed.

Closes #5849

Merge branch '5849-catz-filename-and-token-parsing-fix' into 'main'

See merge request isc-projects/bind9!11839