diff --git a/tools/perf/util/evsel.c b/tools/perf/util/evsel.c index 47bbf03aa7efac9c8bac15b7a778e037e033d1de..b121717ce42ae375c7cf7ff992715a95963eba75 100644 --- a/tools/perf/util/evsel.c +++ b/tools/perf/util/evsel.c @@ -1481,6 +1481,7 @@ int perf_evsel__parse_sample(struct perf_evsel *evsel, union perf_event *event, data->transaction = 0; if (type & PERF_SAMPLE_TRANSACTION) { + OVERFLOW_CHECK_u64(array); data->transaction = *array; array++; }