Changeset 94472 in vbox
- Timestamp:
- Apr 5, 2022 3:27:53 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fuzz/fuzz-config.cpp
r93115 r94472 479 479 { 480 480 /* Look for a JSON object with the matching filename and process it. */ 481 RTJSONVAL hJsonInp ;481 RTJSONVAL hJsonInp = NIL_RTJSONVAL; 482 482 rc = rtFuzzCfgQueryInputCorpusEntryFromArray(hJsonValCorpusArr, pszAdjName, &hJsonInp); 483 483 if (RT_SUCCESS(rc)) … … 641 641 return VERR_NOT_FOUND; 642 642 } 643
Note:
See TracChangeset
for help on using the changeset viewer.