Skip to content

Commit dc2e043

Browse files
committed
Add detection of semantic errors for SVCB RR
1 parent 02682eb commit dc2e043

File tree

4 files changed

+755
-108
lines changed

4 files changed

+755
-108
lines changed

src/generic/parser.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ typedef int32_t (*parse_svc_param_t)(
7878

7979
struct svc_param_info {
8080
mnemonic_t name;
81-
bool has_value;
81+
uint32_t has_value;
8282
parse_svc_param_t parse, parse_non_strict;
8383
};
8484

0 commit comments

Comments
 (0)