milestone 19: hygiene sweep - dead ecs surface, single-source constants, tls classification, frontend state hazards, docker smoke network fix
This commit is contained in:
@@ -89,9 +89,7 @@ fn parseTarget(_: void, smith: *Smith) anyerror!void {
|
||||
// `parseOpt` validates the whole option list, so an `OptRecord` it
|
||||
// returned must iterate to the end without error.
|
||||
var options = edns.options(bytes, opt);
|
||||
while (try options.next()) |option| {
|
||||
if (option.code == edns.ecs_option_code) ignore(edns.parseEcs(option.data));
|
||||
}
|
||||
while (try options.next()) |option| std.mem.doNotOptimizeAway(option.data);
|
||||
ignore(edns.findOption(bytes, opt, edns.ecs_option_code));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user