Test using 4-byte & 6-byte strings of \xFF and \x00

This commit is contained in:
Chris Hennick 2024-03-04 11:43:07 -08:00
parent 0331aed531
commit 3e82e21614

View file

@ -17,3 +17,7 @@ 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"