Ian Benz
2023-04-26 21:05:14 +00:00
committed by Robert Shih
parent a66143bec4
commit 75d4778531
7 changed files with 8 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
fuzzed_data.ConsumeRemainingBytes<uint8_t>();
wvoec::OEMCryptoRenewalAPIFuzz renewal_response_fuzz;
renewal_response_fuzz.Intialize();
renewal_response_fuzz.Initialize();
renewal_response_fuzz.license_messages().SignAndVerifyRequest();
renewal_response_fuzz.license_messages().CreateDefaultResponse();