-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TEE_ReadObjectData() and TEE_WriteObjectData() data buffers have [out] and [in] attributes and therefore "SHALL not reside in a block of shared memory owned by a client of the Trusted Application" [1]. Fix this by allocating temporary buffers from the heap. [1] TEE Internal Core API Specification v1.1 Signed-off-by: Jerome Forissier <[email protected]> Acked-by: Jens Wiklander <[email protected]>
- Loading branch information
1 parent
6c59a2e
commit 9a7dc59
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters