VirtualBox

Changeset 94802 in vbox


Ignore:
Timestamp:
May 4, 2022 8:00:59 AM (3 years ago)
Author:
vboxsync
Message:

VMM/SSM: Fix assertion when the stream operations table is used in SSMR3Open(), bugref:9955

File:
1 edited

Legend:

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

    r94763 r94802  
    93739373     * Validate input.
    93749374     */
    9375     AssertPtrReturn(pszFilename, VERR_INVALID_POINTER);
     9375    AssertPtrReturn(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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette