Closed paraschetal closed 7 years ago
Will take a closer look today. In the meantime, please take a look https://github.com/google/oss-fuzz/blob/master/docs/fuzzer_environment.md in case there's something obvious here.
Sorry for the delay, but I finally got around to taking a look at this.
If I do:
./libqubes-rpc-filecopy < /dev/null
Then the fuzz target exits instantly. This is similar to how we run the target on our infrastructure.
Is target expecting input on stdin?
Hmm, weird...It shouldn't be expecting any input. I'll check what's wrong.
It should be fixed now. Still, let's just wait till the changes are reflected in the clusterfuzz logs.
@Dor1s - can you confirm if things look ok and then close this tmrw.
Confirmed, the most recent version works fine.
I am unable to access the performance report and coverage statistics for the libqubes-rpc-filecopy fuzz target. Based on the logs, I think it might be because the fuzz targets are not being executed.
I have tested running the fuzz targets locally using the infra/helper.py script, and that does works fine.