| commit | dde6306458331371be5df15e3ca953697d2463ef | [log] [tgz] |
|---|---|---|
| author | Eero Aaltonen <eero.aaltonen@vaisala.com> | Thu Feb 02 17:22:29 2023 +0200 |
| committer | Jérôme Forissier <jerome@forissier.org> | Wed Feb 15 12:10:18 2023 +0100 |
| tree | d3eb349e6314819fed8c5816eb8f5c59dc788cba | |
| parent | 462b9546ffc06af81a3c3eb78e51acfa740a1e21 [diff] |
libteeacl: use realloc() instead of reallocarray() Use realloc() instead of reallocarray(), since uClibc apparently does not implement reallocarray(). Fixes: https://github.com/OP-TEE/optee_client/issues/339 Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com> Reviewed-by: Jerome Forissier <jerome.forissier@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