google / oss-fuzz-gen

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

More fixes for headers #413

Closed DonggeLiu closed 3 months ago

DonggeLiu commented 3 months ago
  1. Always import built-in libraries first to avoid 'unknown type name' error.
  2. Fix header files by replacing them with the one with the same name (but different path).
  3. Make goto statement optional so that the prompt is more focused.
DonggeLiu commented 3 months ago

/gcbrun exp -n dg

DonggeLiu commented 3 months ago

/gcbrun exp -f -n dg

DonggeLiu commented 3 months ago

/gcbrun exp -f -n dg

DonggeLiu commented 3 months ago

Seeing only 1 benchmarks in comparison/ has 0-build rate (int main2(int, char **) does not exist in flex): https://llm-exp.oss-fuzz.com/Result-reports/ofg-pr/2024-07-02-413-dg-comparison/index.html

Baseline (06-14 daily report) has 11: https://llm-exp.oss-fuzz.com/Result-reports/scheduled/2024-06-14-daily-comparison/index.html

DonggeLiu commented 3 months ago

/gcbrun skip