Files
android/libwvdrmengine/oemcrypto/odk
Cong Lin 78fddc230a (WV to Android) Fix un-initialized-value warning as error in odk_test
Merge from Widevine repo of http://go/wvgerrit/95968

Un-initialized int array allocated on heap is detected by MemorySanitizer using this command:

rabbit test --config=msan --keep_going --compilation_mode=opt --runs_per_test=1 //video/widevine/export/common/oemcrypto_core_message/odk:odk_test

Bug: 151339875
Test: cdm and odk unit tests
Change-Id: Ic3329b918636a58eccb518ded7b262c4d98c3644
2020-03-17 21:44:17 +00:00
..
2020-02-04 20:33:16 -08:00
2020-03-12 18:25:46 -07:00
2020-03-12 18:25:46 -07:00

The ODK Library is used to generate and parse core OEMCrypto messages for
OEMCrypto v16 and above.

This library is used by both OEMCrypto on a device, and by Widevine license and
provisioning servers.

The source of truth for these files is in the server code base on piper. Do not
edit these files in the Android directory tree or in the Widevine Git
repository. If you need to edit these files and are not sure how to procede,
please ask for help from an engineer on the Widevine server or device teams.