google / oss-fuzz-gen

LLM powered fuzzing via OSS-Fuzz.
Apache License 2.0
841 stars 98 forks source link

introspector: force header-only targets #414

Closed DavidKorczynski closed 3 months ago

DavidKorczynski commented 3 months ago

Adds a new option from fuzz introspector that makes it possible to select benchmarks only if they are determined to be declared in a header file. This is part of a wider effort in more accurately descriping the header files to include in a given harness.

Ref: https://github.com/ossf/fuzz-introspector/pull/1624 Ref: https://github.com/ossf/fuzz-introspector/pull/1641

DavidKorczynski commented 3 months ago

/gcbrun skip