Changeset 39681 in vbox for trunk/src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp
- Timestamp:
- Dec 27, 2011 9:51:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp
r39680 r39681 1095 1095 pTask, pEndpoint, off, paSegments, cSegments, cbRead)); 1096 1096 1097 if (RT_UNLIKELY( off + cbRead > pEpFile->cbFile))1097 if (RT_UNLIKELY((uint64_t)off + cbRead > pEpFile->cbFile)) 1098 1098 return VERR_EOF; 1099 1099
Note:
See TracChangeset
for help on using the changeset viewer.