pitrou commented on issue #47617: URL: https://github.com/apache/arrow/issues/47617#issuecomment-3410477358
Something which might be useful: one can define a file named `<fuzz-target-name>.options` with per-engine (e.g. `libfuzzer`) or per-sanitizer (e.g. `asan`) options, example here: https://github.com/google/oss-fuzz/blob/00eb2bf542861045a19d012b0c715bf999053d2e/projects/json/fuzzer-parse.options#L2 These options are passed as command-line argument to the actual fuzz target executable, for example a `timeout = 10` option becomes `-timeout=10`. To find out the options supported by a fuzz target, one can path `-help=1`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
