libextractor

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

fuzz_extract.options (200B)


      1 [libfuzzer]
      2 # One input is handed to every loaded plugin in turn, so executions are
      3 # comparatively expensive; the timeout is correspondingly higher.
      4 max_len = 262144
      5 timeout = 60
      6 rss_limit_mb = 4096