Source release 16.2.0

This commit is contained in:
John W. Bruce
2020-04-10 16:13:07 -07:00
parent 1ff9f8588a
commit b830b1d1fb
883 changed files with 509706 additions and 143739 deletions

View File

@@ -8,12 +8,10 @@ static bool is_init = false;
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
SessionUtil session_helper;
if (!is_init) {
bool is_cast_receiver = false;
bool force_load_test_keybox = false;
wvoec::global_features.Initialize(is_cast_receiver, force_load_test_keybox);
wvoec::global_features.RestrictFilter("*");
wvcdm::Properties::Init();
is_init = true;
wvoec::global_features.Initialize();
wvoec::global_features.RestrictFilter("*");
wvcdm::Properties::Init();
is_init = true;
}
OEMCrypto_Initialize();