Skip to content

Commit

Permalink
Test using 4-byte & 6-byte strings of \xFF and \x00
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr0methean committed Mar 4, 2024
1 parent 0331aed commit 3e82e21
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion fuzz/fuzz.dict
Original file line number Diff line number Diff line change
Expand Up @@ -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"
"\xFF\xFF"
"\xFF\xFF\xFF\xFF"
"\xFF\xFF\xFF\xFF\xFF\xFF"
"\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00"

0 comments on commit 3e82e21

Please sign in to comment.