Skip to content

Commit

Permalink
Fix exception in build_data (#4206)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmetzman authored Aug 23, 2024
1 parent aba10fc commit 069cad0
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
1 change: 1 addition & 0 deletions src/clusterfuzz/_internal/protos/uworker_msg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ message FuzzTaskOutput {
repeated string fuzz_targets = 11;
repeated string testcase_run_jsons = 12;
repeated FuzzTaskCrashGroup crash_groups = 13;
optional BuildData build_data = 14;
}

message MinimizeTaskOutput {
Expand Down
Loading

0 comments on commit 069cad0

Please sign in to comment.