commit | 48fa1b25eed761075a878d72116e8f2abc03fffb | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Wed Apr 08 13:42:01 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Apr 08 18:12:22 2020 +0200 |
tree | 749ea1d54afa7749ac8da125b859c3d4a3502cab | |
parent | a1212b635dbb4bdf221e197864fd51240912f849 [diff] |
regression 1018: out of bounds memref tests ensure TA is not reached Change regression test 1018 to allow any layer if the TEE invocation channel to report outbound memory reference as long as it is the the TA itself since outbound memory reference should be caught before the TA is invoked by the TEE. This change makes xtest regression test 1018 more flexible towards changes in the OP-TEE components that can catch invalid memory reference in invocation parameters depending on the OP-TEE configuration. Fixes: 84382b31d3a3 ("regression 1018: add 1byte out of bounds reference test sub cases") Reported-by: Sumit Garg <sumit.garg@linaro.org> Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-by: Jerome Forissier <jerome@forissier.org> Reviewed-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