From b4b6c265e02bc10f0d9d6c499bcb2f0d50a89efb Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Thu, 25 Apr 2024 07:54:54 -0700 Subject: [PATCH] ci: Add path bits to fuzz dictionary --- fuzz/fuzz.dict | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fuzz/fuzz.dict b/fuzz/fuzz.dict index 456fcd1a..22f2140f 100644 --- a/fuzz/fuzz.dict +++ b/fuzz/fuzz.dict @@ -18,4 +18,7 @@ compression_method_lzma="\x0E\x00" compression_method_zstd="]\x00" compression_method_aes="C\x00" compression_method_unsupported="\xFF\x00" -"\xFF\xFF" \ No newline at end of file +"\xFF\xFF" +/ +/./ +/../ \ No newline at end of file