File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1076,7 +1076,7 @@ void contiguous_escaped_start(void** state)
1076
1076
{
1077
1077
/* Check that the fallback parser handles a scan of a contiguous segment
1078
1078
* that starts with is_escaped. */
1079
- char * zone =
1079
+ char * zone = PAD (
1080
1080
"$ORIGIN example.\n"
1081
1081
"$TTL 3600\n"
1082
1082
"@ IN SOA ns postmaster.mail 2147483647 3600 900 1814400 900\n"
@@ -1098,7 +1098,7 @@ void contiguous_escaped_start(void** state)
1098
1098
"0000005 IN TYPE994 \\# 15 303132333435363738396162636465\n"
1099
1099
"0000006 IN A 192.0.2.6\n"
1100
1100
"0000006 IN TYPE994 \\# 16 30313233343536373839616263646566\n"
1101
- ;
1101
+ ) ;
1102
1102
static uint8_t origin [] = { 0 };
1103
1103
zone_parser_t parser ;
1104
1104
zone_name_buffer_t name ;
@@ -1125,7 +1125,7 @@ void quoted_escaped_start(void** state)
1125
1125
{
1126
1126
/* Check that the fallback parser handles a scan of a quoted segment
1127
1127
* that starts with is_escaped. */
1128
- char * zone =
1128
+ char * zone = PAD (
1129
1129
"$ORIGIN example.\n"
1130
1130
"$TTL 3600\n"
1131
1131
"@ IN SOA ns postmaster.mail 2147483647 3600 900 1814400 900\n"
@@ -1147,7 +1147,7 @@ void quoted_escaped_start(void** state)
1147
1147
"0000005 IN TYPE994 \\# 15 303132333435363738396162636465\n"
1148
1148
"0000006 IN A 192.0.2.6\n"
1149
1149
"0000006 IN TXT \"aaa\\#\"\n"
1150
- ;
1150
+ ) ;
1151
1151
static uint8_t origin [] = { 0 };
1152
1152
zone_parser_t parser ;
1153
1153
zone_name_buffer_t name ;
You can’t perform that action at this time.
0 commit comments