bind9/tests/isccfg
Ondřej Surý 47328cc1f8 Fix parser test (missing string termination)
Parser test could crash because the `dumpb2` buffer hasn't explicit C
NULL string termination after dumping the configuration tree in it.
`cfg_printx` does not doing this by default.

Fix the test by comparing only the strings written with strncmp.
2025-11-05 13:06:38 +01:00
..
duration_test.c cfg_parse_ functions internally handle the parser 2025-10-23 13:01:08 -07:00
grammar_test.c parser firstclause/nextclause API changes 2025-10-29 13:55:04 -07:00
meson.build cfg_parse_ functions internally handle the parser 2025-10-23 13:01:08 -07:00
parser_test.c Fix parser test (missing string termination) 2025-11-05 13:06:38 +01:00