]> git.ipfire.org Git - thirdparty/bind9.git/commit
Treat '%' and '$' as special characters for catalog member zone names
authorAram Sargsyan <aram@isc.org>
Mon, 13 Apr 2026 12:02:31 +0000 (12:02 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Thu, 16 Apr 2026 11:37:02 +0000 (11:37 +0000)
commite30a535760878d39536f1c55fa9cb72e99f63c41
tree1eac1dcb99dfb700939eee070196b9eda5a87dcd
parent979ae7d9d6b9ad5fd378f0cbea93461144355fa4
Treat '%' and '$' as special characters for catalog member zone names

The filename of the catalog member zones are generated dynamically
based on the zone's name. If the zone's name is too long or if it
contains special characters the name's digest is used instead.

Since '%' and '$' are now treated as special characters in the zone
names (see !10779), add these characters to the list of the special
characters.
lib/dns/catz.c