VirtualBox

Changeset 94472 in vbox


Ignore:
Timestamp:
Apr 5, 2022 3:27:53 PM (3 years ago)
Author:
vboxsync
Message:

IPRT/fuzz: Initialize JSON value in rtFuzzCfgAddFuzzCtxInputs().

File:
1 edited

Legend:

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

    r93115 r94472  
    479479                {
    480480                    /* Look for a JSON object with the matching filename and process it. */
    481                     RTJSONVAL hJsonInp;
     481                    RTJSONVAL hJsonInp = NIL_RTJSONVAL;
    482482                    rc = rtFuzzCfgQueryInputCorpusEntryFromArray(hJsonValCorpusArr, pszAdjName, &hJsonInp);
    483483                    if (RT_SUCCESS(rc))
     
    641641    return VERR_NOT_FOUND;
    642642}
    643 
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