From 5079a605a8ab1b89cb745a727dfb64b3b2e8600e Mon Sep 17 00:00:00 2001 From: iximeow Date: Mon, 29 Sep 2025 01:35:33 +0000 Subject: add display/decode fuzzing, which caught a few issues --- fuzz/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fuzz/.gitignore (limited to 'fuzz/.gitignore') diff --git a/fuzz/.gitignore b/fuzz/.gitignore new file mode 100644 index 0000000..1a45eee --- /dev/null +++ b/fuzz/.gitignore @@ -0,0 +1,4 @@ +target +corpus +artifacts +coverage -- cgit v1.1