fuzz: add OSC parser fuzzer

This commit is contained in:
Mitchell Hashimoto
2026-03-03 08:31:05 -08:00
parent 2f0039d419
commit d2175d1b56
45 changed files with 100 additions and 28 deletions

View File

@@ -17,6 +17,7 @@ const Fuzzer = struct {
};
const fuzzers: []const Fuzzer = &.{
.{ .name = "osc" },
.{ .name = "parser" },
.{ .name = "stream" },
};