VirtualBox

Changeset 46152 in vbox


Ignore:
Timestamp:
May 17, 2013 7:29:35 PM (12 years ago)
Author:
vboxsync
Message:

warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h

    r46151 r46152  
    10091009    RTFOFF cbRawImage = pThis->Core.pReader->pfnSize(pThis->Core.pReader);
    10101010    AssertReturn(cbRawImage >= 0, VERR_INVALID_PARAMETER);
    1011     AssertReturn(off >= 0 && cb <= (uint64_t)cbRawImage && off + cb <= (uint64_t)cbRawImage, VERR_INVALID_PARAMETER);
     1011    AssertReturn(off >= 0 && cb <= (uint64_t)cbRawImage && (uint64_t)off + cb <= (uint64_t)cbRawImage, VERR_INVALID_PARAMETER);
    10121012
    10131013    /*
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