VirtualBox

Changeset 94818 in vbox


Ignore:
Timestamp:
May 4, 2022 9:33:08 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151211
Message:

VMM/SSM: Fix assertion, bugref:9955

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/SSM.cpp

    r94802 r94818  
    93739373     * Validate input.
    93749374     */
    9375     AssertPtrReturn(pszFilename || pStreamOps, VERR_INVALID_POINTER);
     9375    AssertReturn(!pszFilename != !pStreamOps, VERR_INVALID_POINTER);
    93769376    AssertMsgReturn(!fFlags, ("%#x\n", fFlags), VERR_INVALID_PARAMETER);
    93779377    AssertPtrReturn(ppSSM, VERR_INVALID_POINTER);
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