VirtualBox

Changeset 104735 in vbox


Ignore:
Timestamp:
May 20, 2024 5:19:14 PM (8 months ago)
Author:
vboxsync
Message:

Debugger/VBoxDbgStatsQt.cpp: Don't pass a NULL psz to strchr, bugref:10376

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp

    r103474 r104735  
    31663166            *psz++ = '\0';
    31673167        else
    3168             psz = strchr(psz, '\0');
     3168            psz = strchr(pszItem, '\0');
    31693169        pszItem = RTStrStrip(pszItem);
    31703170
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