tee-supplicant: fix plugin loading logic

d_name variable in structures returned by readdir() contains filename within the directory.
This needs to be extended by dir path itself before passed to load_plugin() function

Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
Reviewed-by: Jerome Forissier <jerome@forissier.org>
Reviewed-by: Aleksandr Anisimov <anisimov.alexander.s@gmail.com>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
1 file changed
tree: 4e417fe7bcdda8783a343159862cd42bf6dc6ebe
  1. .github/
  2. libckteec/
  3. libseteec/
  4. libteec/
  5. public/
  6. scripts/
  7. tee-supplicant/
  8. .gitattributes
  9. .gitignore
  10. .travis.yml
  11. Android.mk
  12. android_flags.mk
  13. CMakeLists.txt
  14. CMakeToolchain.txt
  15. config.mk
  16. flags.mk
  17. LICENSE
  18. Makefile
  19. README.md
  20. 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