| commit | 6d54f84d1e9aa58265afc7a5541bd7eeac4cc929 | [log] [tgz] |
|---|---|---|
| author | Jens Wiklander <jens.wiklander@linaro.org> | Tue Nov 30 13:09:51 2021 +0100 |
| committer | Jérôme Forissier <jerome@forissier.org> | Wed Dec 01 13:25:35 2021 +0100 |
| tree | 3f7f2f418be44c288f8424a7cdf93e3d426ffb9e | |
| parent | f4f54e5a76641fda22a49f00294771f948cd4c92 [diff] |
tee-supplicant: recv_with_out_flags(): check EINTR Adds special treatment if recvmsg() returns error with EINTR, in that case the syscall was interrupted by delivery of a signal and we should just try again with the same arguments. Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Reviewed-by: Jerome Forissier <jerome@forissier.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_client.
// OP-TEE core maintainers