commit | 84382b31d3a3758fcd52f2751bb52ed4138a4281 | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Wed Apr 25 18:30:30 2018 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Feb 28 23:40:22 2020 +0100 |
tree | e3d2f67c2bfde98c270a0ef052d3b0a224cce737 | |
parent | e9571e8235bea0dcb24758dead9677e0b648f1be [diff] |
regression 1018: add 1byte out of bounds reference test sub cases Test short out of bounds reference in regression test 1018. The added sub tests ensure OP-TEE components detects out of bounds memory reference when the referred buffer exceeds the allocated shm by only 1 byte. The test expects that the TEE communication layer traps the malformed reference and return a "bad parameters" status. Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> 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