commit | acb81c41d724fed750f97615f5de7a85afb0b84f | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Fri Apr 24 14:58:58 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed May 06 17:58:20 2020 +0200 |
tree | 67b6a07fe9bd748e3e3e9ffa5838c14cca00ff70 | |
parent | eed7e653d62b81225ec4982e94b2812e184ab0bc [diff] |
regression 4000: prevent array overrun in xtest_tee_test_4011 Add check of array boundaries in xtest_tee_test_4011() to prevent any overrun. Signed-off-by: Rajesh Ravi <rajesh.ravi@broadcom.com> Signed-off-by: Scott Branden <scott.branden@broadcom.com> [ec: log error with adbg macro, s/</<=/] 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