Handle OP-TEE inter-TA invocation error path properly
Open
- Dominant language
- Rust
- Stars
- 2.7k
- Forks
- 144
- Avg merge
- 12h 21m
- Merged PRs (30d)
- 146
Description
If the size of a buffer that a TA provides (for syscalls and PTA methods) is smaller than the required size, OP-TEE OS returns a ShortBuffer error along with the required size. However, currently, the OP-TEE shim doesn't return the required size.
Contributor guide
Assessment
This issue has not been assessed yet.