Add tests for ODK overflow functions
Merged from http://go/wvgerrit/175855 This includes testing overflow functions that are only used in the Widevine client repository. This patch also includes the following fix for the previous commit: Add type casting for ODK overflow function unit tests Merged from http://go/wvgerrit/175893 The new ODK overflow unit tests are causing some unit test failures in oemcrypto-v18 due to mismatched type comparisons. PiperOrigin-RevId: 535308670 PiperOrigin-RevId: 534890798 Change-Id: I8bb67e47193a92191a91c83bf8a0de61e1b87793
This commit is contained in:
@@ -19,7 +19,7 @@ extern "C" {
|
||||
#define ODK_MINOR_VERSION 2
|
||||
|
||||
/* ODK Version string. Date changed automatically on each release. */
|
||||
#define ODK_RELEASE_DATE "ODK v18.2 2023-05-05"
|
||||
#define ODK_RELEASE_DATE "ODK v18.2 2023-05-25"
|
||||
|
||||
/* The lowest version number for an ODK message. */
|
||||
#define ODK_FIRST_VERSION 16
|
||||
|
||||
Reference in New Issue
Block a user