From 0331aed531238e705601ef9f75e3c1342ccdc7ba Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Mon, 4 Mar 2024 11:21:30 -0800 Subject: [PATCH] Test using \xFF\xFF as dictionary entry but no other experimentally-discovered strings --- fuzz/fuzz.dict | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/fuzz/fuzz.dict b/fuzz/fuzz.dict index 93d39179..b33a23f6 100644 --- a/fuzz/fuzz.dict +++ b/fuzz/fuzz.dict @@ -16,8 +16,4 @@ compression_method_deflate64="\x09\x00" compression_method_bzip2="\x0E\x00" compression_method_zstd="]\x00" compression_method_aes="C\x00" -"\x07\x05KP" -"\x05\x05KP" -"\x05\x06KP" -"\x89\x98rx" -"\xFC\xFF@." \ No newline at end of file +"\xFF\xFF" \ No newline at end of file