| commit | 2a99339c9afd75623934bb8b90c5059490d8ac13 | [log] [tgz] |
|---|---|---|
| author | Elvira Khabirova <e.khabirova@omp.ru> | Wed Oct 13 16:37:47 2021 +0300 |
| committer | Jérôme Forissier <jerome@forissier.org> | Wed Oct 20 11:32:33 2021 +0200 |
| tree | 29780467798752cd8d84581710dd7cd75a6e6283 | |
| parent | b3e9cee465371668e8beb6246f08d0b32d60b4fa [diff] |
libckteec: check for ckteec_alloc_shm rval ckteec_alloc_shm() can return NULL; handle it properly in ck_digest_update(). Signed-off-by: Elvira Khabirova <e.khabirova@omp.ru> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Jerome Forissier <jerome@forissier.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