google / clusterfuzz

Scalable fuzzing infrastructure.
https://google.github.io/clusterfuzz
Apache License 2.0
5.29k stars 554 forks source link

Populate platform and bot_name after all utask_main runs. #4248

Closed letitz closed 1 month ago

letitz commented 1 month ago

ClusterFuzz has been writing crashes to BigQuery with empty platform columns, because it takes that value from uworker_msg.Output.platform_id, which AFAICT is only populated when fuzz_task is run on a remote instance.

Bug: https://crbug.com/367205692