VirtualBox

Changeset 77971 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Apr 1, 2019 9:35:17 AM (6 years ago)
Author:
vboxsync
Message:

Runtime/ldr: Make RTLDRREADER::pfnSize return an unsigned 64bit value instead of a signed one for the raw image size and adapt all users. This avoids signed/unsigned confusions when comparing those value with others (bugref:9188)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/ldr.h

    r76585 r77971  
    177177     * @param   pReader     Pointer to the reader instance.
    178178     */
    179     DECLCALLBACKMEMBER(RTFOFF, pfnSize)(PRTLDRREADER pReader);
     179    DECLCALLBACKMEMBER(uint64_t, pfnSize)(PRTLDRREADER pReader);
    180180
    181181    /**
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