VirtualBox

Ignore:
Timestamp:
Mar 24, 2010 1:38:19 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59247
Message:

iprt/RTProcCreateEx: restored assertion removed in r58933 and added a few more.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/process-posix.cpp

    r27503 r27667  
    9494    /** @todo search the PATH (add flag for this). */
    9595    AssertPtrNullReturn(pszAsUser, VERR_INVALID_POINTER);
     96    AssertReturn(!pszAsUser || *pszAsUser, VERR_INVALID_PARAMETER);
     97    AssertReturn(!pszPassword || pszAsUser, VERR_INVALID_PARAMETER);
     98    AssertPtrNullReturn(pszPassword, VERR_INVALID_POINTER);
    9699
    97100    /*
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