VirtualBox

Changeset 75713 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Nov 25, 2018 11:46:26 AM (6 years ago)
Author:
vboxsync
Message:

VBoxService: Fixed incorrect (and unncessary) assertion in vgsvcArgString.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp

    r70351 r75713  
    532532{
    533533    AssertPtrReturn(pszBuf, VERR_INVALID_POINTER);
    534     AssertPtrReturn(cbBuf, VERR_INVALID_PARAMETER);
     534    AssertReturn(cbBuf, VERR_INVALID_PARAMETER);
    535535
    536536    if (*psz == ':' || *psz == '=')
     
    10791079                {
    10801080                    rc = vgsvcArgString(argc, argv, psz + 1, &i,
    1081                                               g_szLogFile, sizeof(g_szLogFile));
     1081                                        g_szLogFile, sizeof(g_szLogFile));
    10821082                    if (rc)
    10831083                        return rc;
     
    10891089                {
    10901090                    rc = vgsvcArgString(argc, argv, psz + 1, &i,
    1091                                               g_szPidFile, sizeof(g_szPidFile));
     1091                                        g_szPidFile, sizeof(g_szPidFile));
    10921092                    if (rc)
    10931093                        return rc;
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