From 38b5e4effe6239b3dd0974a9a6ffcad25efc6e67 Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Mon, 4 Mar 2024 11:50:47 -0800 Subject: [PATCH] Revert "Test using 4-byte & 6-byte strings of \xFF and \x00" This reverts commit 3e82e21614bdaf48f00d58ef8e7682b59dde72ca. --- fuzz/fuzz.dict | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/fuzz/fuzz.dict b/fuzz/fuzz.dict index 99c0ebe5..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" -"\xFF\xFF" -"\xFF\xFF\xFF\xFF" -"\xFF\xFF\xFF\xFF\xFF\xFF" -"\x00\x00\x00\x00" -"\x00\x00\x00\x00\x00\x00" \ No newline at end of file +"\xFF\xFF" \ No newline at end of file