Skip to content

Commit dcea6bf

Browse files
committed
Detect more semantic errors in SVCB RR
Add more extensive checking for semantic errors in SVCB and HTTPS RRs. All tests from svcb.tdir in NSD have been ported to ensure identical behavior as much as possible.
1 parent 4c8fe95 commit dcea6bf

File tree

3 files changed

+423
-399
lines changed

3 files changed

+423
-399
lines changed

src/generic/parser.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ typedef int32_t (*parse_svc_param_t)(
7979
struct svc_param_info {
8080
mnemonic_t name;
8181
uint32_t has_value;
82-
parse_svc_param_t parse, parse_non_strict;
82+
parse_svc_param_t parse, parse_lax;
8383
};
8484

8585
struct rdata_info {

0 commit comments

Comments
 (0)