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:
John Bruce
2023-05-24 10:18:38 -07:00
committed by Robert Shih
parent 8f6dbdb94e
commit db670e7bcc
2 changed files with 34 additions and 1 deletions

View File

@@ -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