libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

fuzz_convert.options (163B)


      1 [libfuzzer]
      2 # iconv conversion is O(n) and the interesting inputs are short
      3 # multi-byte sequences, not long ones.
      4 max_len = 4096
      5 timeout = 25
      6 rss_limit_mb = 2560