ci: Add path bits to fuzz dictionary
This commit is contained in:
parent
340e603cbe
commit
b4b6c265e0
1 changed files with 4 additions and 1 deletions
|
@ -18,4 +18,7 @@ compression_method_lzma="\x0E\x00"
|
||||||
compression_method_zstd="]\x00"
|
compression_method_zstd="]\x00"
|
||||||
compression_method_aes="C\x00"
|
compression_method_aes="C\x00"
|
||||||
compression_method_unsupported="\xFF\x00"
|
compression_method_unsupported="\xFF\x00"
|
||||||
"\xFF\xFF"
|
"\xFF\xFF"
|
||||||
|
/
|
||||||
|
/./
|
||||||
|
/../
|
Loading…
Add table
Reference in a new issue