Fix breakpad compilation on recent VS2022

This commit is contained in:
baldurk
2025-01-06 17:29:54 +00:00
parent 233f7d1b97
commit ada407ca56
@@ -175,9 +175,7 @@ bool HandleTraceData::CollectHandleData(
stream_data->Reserved = 0;
std::copy(operations_.begin(),
operations_.end(),
stdext::checked_array_iterator<AVRF_HANDLE_OPERATION*>(
reinterpret_cast<AVRF_HANDLE_OPERATION*>(stream_data + 1),
operations_.size()));
reinterpret_cast<AVRF_HANDLE_OPERATION*>(stream_data + 1));
return true;
}