VirtualBox

Ignore:
Timestamp:
Aug 19, 2018 1:41:04 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
124442
Message:

IPRT/RTLdrQueryProp[Ex]: Fixed passing a uint32_t when querying RTLDRPROP_TIMESTAMP_SECONDS.

File:
1 edited

Legend:

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

    r73494 r73759  
    611611            *pcbRet = sizeof(int64_t);
    612612            AssertReturn(cbBuf == sizeof(int32_t) || cbBuf == sizeof(int64_t), VERR_INVALID_PARAMETER);
     613            *pcbRet = cbBuf;
    613614            break;
    614615        case RTLDRPROP_IS_SIGNED:
Note: See TracChangeset for help on using the changeset viewer.

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