Merge "Updated widevine fuzzers" into main

This commit is contained in:
Kyle Zhang
2023-11-09 18:38:11 +00:00
committed by Android (Google) Code Review
2 changed files with 0 additions and 4 deletions

View File

@@ -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;