commit | 5306d2c7c618bb4a91df17a2d5d79ae4701af4a3 | [log] [tgz] |
---|---|---|
author | Michal Morsisko <morsisko@gmail.com> | Mon Jan 06 18:21:46 2025 +0100 |
committer | Jerome Forissier <jerome@forissier.org> | Fri Jan 10 10:33:05 2025 +0100 |
tree | f78735443002aec59aae0f8e9f9fe577eefddfa7 | |
parent | e2937853846228e92780b41032a9e376b70550ab [diff] |
aes: fix key memory leak Call TEE_Free on key pointer after the key is copied into the object. Signed-off-by: Michal Morsisko <morsisko@gmail.com> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for sample host and Trusted Application that can be used directly in the OP-TEE project.
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_examples.
// OP-TEE core maintainers