Merge changes I3002f705,If33f0616,Ifb971bf0,If8fc484f,I65a879fb, ... into udc-dev
* changes: Filter RSA 3072 tests Add MemorySanitizer support for opk_ta tests Filter CAS tests Refactor missed provisioning and renewal tests Use GTEST_SKIP to skip prov40 tests Update test updates and known issues to ChangeLog Update oemcrypto unit tests version number Update CHANGELOG for late-breaking OPK v17.1.1 changes Filter Cast Reciver tests Document RSA keypair issue on OP-TEE 64-bit Use GTEST_SKIP to skip prov 3.0 tests Remove V17 backwards-compatibility decrypt functions Small changes to refactored unit tests Add CHANGELOG entry for OPK v17.1.1 Refactor usage table tests Refactor decrypt unit tests Update OPK v18 documentation Fix null passed to memcpy in generic verify fuzz Update documentation for Cast Document lacking signature of Prov 3.0 message
This commit is contained in:
committed by
Android (Google) Code Review
commit
68e1eac8ec
@@ -308,7 +308,7 @@ class CdmSession {
|
||||
// Only assign |usage_table_| if capable of supporting usage
|
||||
// information.
|
||||
CdmUsageTable* usage_table_ = nullptr;
|
||||
UsageEntryIndex usage_entry_index_;
|
||||
UsageEntryIndex usage_entry_index_ = 0;
|
||||
UsageEntry usage_entry_;
|
||||
std::string usage_provider_session_token_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user