VirtualBox

Changeset 84731 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jun 9, 2020 7:12:44 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138521
Message:

Guest Control/VBoxService: Assertion nit. bugref:9320

File:
1 edited

Legend:

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

    r84594 r84731  
    10941094    AssertPtrReturn(pHostCtx, VERR_INVALID_POINTER);
    10951095
    1096 /** @todo this hardcoded stuff needs redoing.   */
    1097 
    10981096    /* Initialize maximum environment block size -- needed as input
    10991097     * parameter to retrieve the stuff from the host. On output this then
     
    22892287    char szExeName[RTPATH_MAX];
    22902288    char *pszExeName = RTProcGetExecutablePath(szExeName, sizeof(szExeName));
    2291     AssertReturn(pszExeName, VERR_FILENAME_TOO_LONG);
     2289    AssertPtrReturn(pszExeName, VERR_FILENAME_TOO_LONG);
    22922290
    22932291    char szParmSessionID[32];
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