Fix code health issues in the CDM identified by Coverity
Bug: 323331064 Change-Id: Ic87b32c1f7996bd5bb31e99a5fc117c59e94a42c
This commit is contained in:
@@ -115,7 +115,7 @@ OEMCryptoResult EntitlementKeySession::SelectKey(const std::string& key_id,
|
||||
|
||||
OEMCrypto_EntitledContentKeyObject EntitlementKeySession::MakeOecEntitledKey(
|
||||
const CryptoKey& input_key, std::string& message) {
|
||||
OEMCrypto_EntitledContentKeyObject output_key;
|
||||
OEMCrypto_EntitledContentKeyObject output_key = {};
|
||||
message.clear();
|
||||
|
||||
const std::string& entitlement_key_id = input_key.entitlement_key_id();
|
||||
|
||||
Reference in New Issue
Block a user