mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 22:10:29 +00:00
fuzz: add OSC parser fuzzer
This commit is contained in:
@@ -17,6 +17,7 @@ const Fuzzer = struct {
|
||||
};
|
||||
|
||||
const fuzzers: []const Fuzzer = &.{
|
||||
.{ .name = "osc" },
|
||||
.{ .name = "parser" },
|
||||
.{ .name = "stream" },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user