DavidKorczynski

Results 238 issues of DavidKorczynski

https://github.com/google/oss-fuzz-gen/tree/main/experimental/c-cpp is used for generating builds and also has legacy code for harness generation and evaluation. We should: - remove the harness generation logic - focus the logic only on...

When we dont need a trial run for a PR we use /gcbrun skip. However, there is still a lot of processing time for this workflow. We should reduce this.

Despite -O0 these optimizations still happen. This is particularly important for OFG runs where we run on new projects as they will be based on an empty fuzzing harness, meaning...

Currently all of our prompts passed to the LLMs are based on general-purpose prompts. A nice feature would be to be able to provide an input to the prompt generation...

``` $ python3 infra/helper.py check-tests --integrity-check json-c ... 23/25 Test #23: test_object_iterator ............. Passed 0.02 sec Start 24: test_json_pointer 24/25 Test #24: test_json_pointer ................ Passed 0.02 sec Start 25: test_json_patch...

We recently had a regression where the reproducer command stopped providing the output from the container run, which meant that reproducer commands just stopped silently. We should improve such that...