VirtualBox

Changeset 99803 in vbox


Ignore:
Timestamp:
May 16, 2023 6:16:40 AM (20 months ago)
Author:
vboxsync
Message:

Runtime/fuzz.cpp: Fix assertion, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fuzz/fuzz.cpp

    r99739 r99803  
    16201620    AssertPtrReturn(phFuzzCtx, VERR_INVALID_POINTER);
    16211621    AssertPtrReturn(pvState, VERR_INVALID_POINTER);
    1622     AssertPtrReturn(cbState, VERR_INVALID_POINTER);
     1622    AssertReturn(cbState, VERR_INVALID_POINTER);
    16231623
    16241624    return VERR_NOT_IMPLEMENTED;
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