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>
1 file changed
tree: d3eb349e6314819fed8c5816eb8f5c59dc788cba
  1. .github/
  2. ci/
  3. libckteec/
  4. libseteec/
  5. libteeacl/
  6. libteec/
  7. public/
  8. scripts/
  9. tee-supplicant/
  10. .gitattributes
  11. .gitignore
  12. .travis.yml
  13. Android.mk
  14. android_flags.mk
  15. CMakeLists.txt
  16. CMakeToolchain.txt
  17. config.mk
  18. flags.mk
  19. LICENSE
  20. Makefile
  21. README.md
  22. typedefs.checkpatch
README.md

OP-TEE Client API

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