Merge "Updated widevine fuzzers" into main
This commit is contained in:
@@ -432,7 +432,6 @@ void CdmEngineFuzzer::process() {
|
||||
cdmEngine->SetDebugIgnoreKeyboxCount(
|
||||
mFdp.ConsumeIntegral<uint32_t>());
|
||||
},
|
||||
[&]() { cdmEngine->SetAllowTestKeybox(mFdp.ConsumeBool()); },
|
||||
[&]() {
|
||||
std::string sessId = mFdp.ConsumeRandomLengthString(kMaxByte);
|
||||
std::string hash;
|
||||
|
||||
@@ -368,9 +368,6 @@ void CryptoSessionFuzzer::process() {
|
||||
cryptoSession->SetDebugIgnoreKeyboxCount(
|
||||
mFdp.ConsumeIntegral<uint32_t>() /*count*/);
|
||||
},
|
||||
[&]() {
|
||||
cryptoSession->SetAllowTestKeybox(mFdp.ConsumeBool() /*allow*/);
|
||||
},
|
||||
[&]() { cryptoSession->GetOkpFallbackPolicy(); },
|
||||
[&]() {
|
||||
std::string request = mFdp.ConsumeRandomLengthString(kStringLength);
|
||||
|
||||
Reference in New Issue
Block a user