VirtualBox

Changeset 73760 in vbox for trunk


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

IPRT/dbgmodexports: paranoia.

File:
1 edited

Legend:

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

    r69111 r73760  
    6767    {
    6868        char szOrdinalNm[48];
    69         if (!pszSymbol)
     69        if (!pszSymbol || *pszSymbol == '\0')
    7070        {
    7171            RTStrPrintf(szOrdinalNm, sizeof(szOrdinalNm), "Ordinal%u", uSymbol);
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