VirtualBox

Ignore:
Timestamp:
Jul 14, 2016 11:30:50 AM (9 years ago)
Author:
vboxsync
Message:

RTDbgModSymbolAdd: VERR_INVALID_POINTER for NULL pszSymbol.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dbg/dbgmod.cpp

    r62224 r62244  
    17571757    PRTDBGMODINT pDbgMod = hDbgMod;
    17581758    RTDBGMOD_VALID_RETURN_RC(pDbgMod, VERR_INVALID_HANDLE);
    1759     AssertPtrReturn(pszSymbol, VERR_DBG_SYMBOL_NAME_OUT_OF_RANGE);
     1759    AssertPtrReturn(pszSymbol, VERR_INVALID_POINTER);
    17601760    size_t cchSymbol = strlen(pszSymbol);
    17611761    AssertReturn(cchSymbol, VERR_DBG_SYMBOL_NAME_OUT_OF_RANGE);
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