| commit | 49e646de7ed3b5e5a67627ab8e83fa1e012ed568 | [log] [tgz] |
|---|---|---|
| author | hoyong2007 <hoyong2007@naver.com> | Fri Sep 13 10:26:53 2024 +0900 |
| committer | Jérôme Forissier <jerome@forissier.org> | Tue Sep 24 10:24:03 2024 +0200 |
| tree | 66f5868f347c4c5d00bfc8b2a9ea96481c79ccdb | |
| parent | 0293dd912c9cf9f3e4064588c0115b39fc33ad54 [diff] |
libckteec: fix memory allocation leakage on template serialization Fix memory allocation leakage with a call to release_serial_object() to release obj2 before serialize_indirect_attribute() returns. Link: https://github.com/OP-TEE/optee_client/issues/387 Fixes: e88c264ba358 ("libckteec: helper function to serialize a attribute template") Signed-off-by: Hoyong Jin <hoyong2007@naver.com> Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
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