From d38ac84db56adbd2734b8ce0d138a23e4e161e55 Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Sat, 9 Mar 2024 13:34:26 -0800 Subject: [PATCH] Test adding an unsupported compression method to the dictionary --- fuzz/fuzz.dict | 1 + 1 file changed, 1 insertion(+) diff --git a/fuzz/fuzz.dict b/fuzz/fuzz.dict index b33a23f6..c586acc4 100644 --- a/fuzz/fuzz.dict +++ b/fuzz/fuzz.dict @@ -16,4 +16,5 @@ compression_method_deflate64="\x09\x00" compression_method_bzip2="\x0E\x00" compression_method_zstd="]\x00" compression_method_aes="C\x00" +compression_method_unsupported="\xFF\x00" "\xFF\xFF" \ No newline at end of file