| tag | 9473019c9d906dc44c52c5ce56ef881b49a0dbe3 | |
|---|---|---|
| tagger | Jens Wiklander <jens.wiklander@linaro.org> | Fri Jan 16 13:49:56 2026 +0100 |
| object | 9f5e90918093c1d1cd264d8149081b64ab7ba672 |
4.9.0
| commit | 9f5e90918093c1d1cd264d8149081b64ab7ba672 | [log] [tgz] |
|---|---|---|
| author | Jari Nippula <jari.nippula@tii.ae> | Thu Dec 04 08:33:23 2025 +0200 |
| committer | Jens Wiklander <jens.wiklander@linaro.org> | Mon Jan 05 09:42:34 2026 +0100 |
| tree | 24fae448793a780b054885daaf8a3904c6f0295f | |
| parent | d6c3b39db151dae1ee1f056d4f04057e56f0e0d9 [diff] |
tee-supplicant: fix uninit data access if stat() fails do_mkdir() shall not rely on 'st' struct fields in case stat() call returns error. Signed-off-by: Jari Nippula <jari.nippula@tii.ae> 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