commit | f356a9aa31a7659a5e2347710d530fa03d289355 | [log] [tgz] |
---|---|---|
author | Rajesh Ravi <rajesh.ravi@broadcom.com> | Tue Dec 10 12:39:53 2019 +0530 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Feb 20 20:43:00 2020 +0100 |
tree | 42736245556d7f532fc2cefcd924d7b71799cb3d | |
parent | eca185384bcfcb6004dbf9d24383d2b07ae4c184 [diff] |
fix resource leak in sock_server_init Free addrinfo obtained through getaddrinfo(). Otherwise, it results in resource leak. Signed-off-by: Rajesh Ravi <rajesh.ravi@broadcom.com> Signed-off-by: Scott Branden <scott.branden@broadcom.com> Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
This git contains source code for the test suite (xtest) used to test 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_test.
// OP-TEE core maintainers