commit | 695231ef8987866663a9ed5afd8f77d1bae3dc08 | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@foss.st.com> | Mon Sep 09 09:50:37 2024 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Sep 09 11:35:09 2024 +0200 |
tree | 72f8f3dba933bbd4625172e0bf6fc605e0bd24e9 | |
parent | b753522d4e60706843b0434989f8062abdd67122 [diff] |
pkcs11_1007: close sessions before trying new ones Close opened sessions after secure service memory is exhausted before testing closure on invalid session. This change attempts to fix a non systematic issue found as described in [1]. A test case is slightly changed: where a likely invalid session ID (valid ID + 1024) was tried to be closed, this change now tries to close a session that has been already closed. Link: https://github.com/OP-TEE/optee_os/issues/6952 [1] Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com> Acked-by: Jens Wiklander <jens.wiklander@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