Test using 4-byte & 6-byte strings of \xFF and \x00
This commit is contained in:
parent
0331aed531
commit
3e82e21614
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
Loading…
Add table
Reference in a new issue