Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TEE_GenerateRandom() has the [out] annotation which mandates that the buffer "SHALL not reside in a block of shared memory owned by a client of the Trusted Application" [1]. Fix this by allocating a temporary buffer from the heap. [1] TEE Internal Core API Specification v1.1 Signed-off-by: Jerome Forissier <[email protected]> Reviewed-by: Etienne Carriere <[email protected]>
- Loading branch information