| commit | 945704e6433e31753fb6c3f05e1ce61673dec1d6 | [log] [tgz] |
|---|---|---|
| author | Ondrej Kubik <ondrej.kubik@canonical.com> | Thu Feb 10 13:18:22 2022 +0000 |
| committer | Jérôme Forissier <jerome@forissier.org> | Tue Mar 01 14:13:16 2022 +0100 |
| tree | 4e417fe7bcdda8783a343159862cd42bf6dc6ebe | |
| parent | edf30722ab94317c29c0d49ef8d946239cb7d600 [diff] |
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>
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