PSA: missing test coverage for BUFFER_TOO_SMALL #200
Labels
enhancement
New feature or request
good first issue
Good for newcomers
Jira status: REOPENED
mirrored
type: enhancement
Description
We mostly don't test what
psa_xxx
functions do if they write output to a buffer and that buffer is too small.Example bug (wrong error code): #199
For all API functions that take an output buffer, there should be at least one test that expects
PSA_ERROR_BUFFER_TOO_SMALL
with parameters that are correct except for one output buffer which is too small.Issue request type
The text was updated successfully, but these errors were encountered: