From 3e82e21614bdaf48f00d58ef8e7682b59dde72ca Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Mon, 4 Mar 2024 11:43:07 -0800 Subject: [PATCH] Test using 4-byte & 6-byte strings of \xFF and \x00 --- fuzz/fuzz.dict | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fuzz/fuzz.dict b/fuzz/fuzz.dict index b33a23f61..99c0ebe53 100644 --- a/fuzz/fuzz.dict +++ b/fuzz/fuzz.dict @@ -16,4 +16,8 @@ compression_method_deflate64="\x09\x00" compression_method_bzip2="\x0E\x00" compression_method_zstd="]\x00" compression_method_aes="C\x00" -"\xFF\xFF" \ No newline at end of file +"\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