bind9/bin/tests/system/checkzone
Mark Andrews d10e20da0d Tighten $GENERATE directive parsing
The original sscanf processing allowed for a number of syntax errors
to be accepted.  This included missing the closing brace in
${modifiers}

Look for both comma and right brace as intermediate seperators as
well as consuming the final right brace in the sscanf processing
for ${modifiers}.  Check when we got right brace to determine if
the sscanf consumed more input than expected and if so behave as
if it had stopped at the first right brace.

(cherry picked from commit 7be64c0e94)
2022-07-06 11:26:24 +10:00
..
zones Tighten $GENERATE directive parsing 2022-07-06 11:26:24 +10:00
clean.sh Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
setup.sh Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
tests.sh add a system test for $GENERATE with an integer overflow 2022-04-01 21:47:24 +11:00