Skip to content

Commit

Permalink
Bug fix: can't use octal literals in dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr0methean committed Mar 4, 2024
1 parent c10679b commit 05da2de
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions fuzz/fuzz.dict
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ compression_method_aes="C\x00"
"\x05\x05KP"
"\x05\x06KP"
"PK\x06\x07\x00KP:\x04"
" \004\000\000\000\000\302\262\000\000\000\303\256"
"\302\267\302\240\302\240\302\240\302\240\302\240\302\240\302\240\000\000\000\000"
"\342\226\221\000\000\000"
"\374\377@."
" \x04\x00\x00\x00\x00\xC2\xB2\x00\x00\x00\xC3\xCE"
"\xFC\xFF@."
"\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00"
"\xFF\xFF\xFF\xFF\xFF\xFF"
Expand Down

0 comments on commit 05da2de

Please sign in to comment.