* commit 'c1dee5d84735b41dfd92f956418b833e1842a2be': Fixed intermittent failure in GTS test.
This commit is contained in:
@@ -46,6 +46,8 @@ const uint8_t WVCryptoFactory::kUUIDWidevine[16] = {
|
|||||||
WVCryptoPlugin::WVCryptoPlugin(const void *data, size_t size)
|
WVCryptoPlugin::WVCryptoPlugin(const void *data, size_t size)
|
||||||
: mInitCheck(NO_INIT)
|
: mInitCheck(NO_INIT)
|
||||||
{
|
{
|
||||||
|
memset(mEncKey, 0, sizeof(mEncKey));
|
||||||
|
|
||||||
// not using data at this time, require
|
// not using data at this time, require
|
||||||
// size to be zero.
|
// size to be zero.
|
||||||
if (size > 0) {
|
if (size > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user