libextractor

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

fuzz_ipc.options (266B)


      1 [libfuzzer]
      2 # The IPC message stream is short by construction: MAX_META_DATA caps a
      3 # single metadata item at 32 KiB and the parser is a flat loop over
      4 # fixed-size headers, so longer inputs only cost execution time.
      5 max_len = 65536
      6 timeout = 25
      7 rss_limit_mb = 2560