Address review comments
Merge from Widevine repo of http://go/wvgerrit/122383 Fix a few grammar errors found in http://go/ag/14154405 and http://go/ag/14150103. Bug: 185536454 Test: comments changed only Change-Id: Ied2af940d705fbfc4af60c1d76a051c8c163097f
This commit is contained in:
@@ -81,11 +81,11 @@ the ODK functions as described in the document "License Duration and Renewal".
|
||||
|
||||
### What to expect from these tests
|
||||
|
||||
* `OEMCryptoMemory*` tests are designed to fail if API doesn't have enough
|
||||
validations around input buffer lengths, parameters or OEMCryptoSubstring
|
||||
struct. If the API doesn't have validations which might lead to a crash, the
|
||||
test fails with a segfault or an appropriate crash message based on the API
|
||||
implementation.
|
||||
* `OEMCryptoMemory*` tests are designed to fail if the API doesn't have
|
||||
enough validations around input buffer lengths, parameters or the
|
||||
OEMCryptoSubstring struct. If the API doesn't have validations which might
|
||||
lead to a crash, the test fails with a segfault or an appropriate crash
|
||||
message based on the API implementation.
|
||||
|
||||
* Find out for what buffer length, the API is crashing and then debugging the
|
||||
test against the OEMCrypto implementation should be able to provide
|
||||
|
||||
Reference in New Issue
Block a user