Skip to content

Commit b9cf5e5

Browse files
1 parent 9fd282c commit b9cf5e5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/clusterfuzz/_internal/protos/uworker_msg.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ message SymbolizeTaskOutput {
141141
optional string crash_state = 3;
142142
optional string crash_stacktrace = 4;
143143
optional bool symbolized = 5;
144-
optional int32 crash_revision = 6;
144+
optional int64 crash_revision = 6;
145145
optional string build_url = 7;
146146
}
147147

@@ -283,7 +283,7 @@ message CorpusPruningTaskOutput {
283283
optional CrossPollinationStatistics cross_pollination_stats = 1;
284284
optional CoverageInformation coverage_info = 2;
285285
optional string fuzzer_binary_name = 3;
286-
optional int32 crash_revision = 4;
286+
optional int64 crash_revision = 4;
287287
repeated CrashInfo crashes = 5;
288288
optional bool corpus_backup_uploaded = 6;
289289
}

0 commit comments

Comments
 (0)