Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cancellation: Unmask inside of invoke command
The specification seems to indicate (see #731) that the cancellation mask is reset at the start of every entry point. As a result, the TEE_UnmakCancellation() should not be called at the end of TA_OpenSessionEntryPoint(), but at the start of TA_InvokeCommandEntryPoint(). Signed-off-by: Cedric Auger <[email protected]> Reviewed-by: Jerome Forissier <[email protected]>
- Loading branch information