From d0163cceb9f32abce6cbce1f84895ef64a22145f Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Thu, 7 Apr 2022 11:01:44 +0100 Subject: [PATCH] note non-fix for catz case sensitivity bug --- Data-structure-survey.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Data-structure-survey.md b/Data-structure-survey.md index c7b8c8d..fc4d379 100644 --- a/Data-structure-survey.md +++ b/Data-structure-survey.md @@ -110,7 +110,8 @@ Hash table For the zones table, `catz` goes wrong if the `zone{}` clause does not state the zone's name in all lower-case; the case of the zone name in the - `catalog-zones{}` clause does not matter. + `catalog-zones{}` clause does not matter. Initializing the hash table as + case-insensitive is not enough to fix this bug. * `dns/rpz`