VirtualBox

Ignore:
Timestamp:
Dec 27, 2011 9:51:07 PM (13 years ago)
Author:
vboxsync
Message:

AsyncCompletion: Build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp

    r39680 r39681  
    10951095                 pTask, pEndpoint, off, paSegments, cSegments, cbRead));
    10961096
    1097     if (RT_UNLIKELY(off + cbRead > pEpFile->cbFile))
     1097    if (RT_UNLIKELY((uint64_t)off + cbRead > pEpFile->cbFile))
    10981098        return VERR_EOF;
    10991099
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette