commit | ced8449a7b86edba37977de3bae83b783db0b36c | [log] [tgz] |
---|---|---|
author | Bastien Simondi <bsimondi@netflix.com> | Tue Mar 12 18:09:51 2019 +0100 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Mon May 13 15:58:03 2019 +0200 |
tree | 4e5399b021df3074f888772ebbfacb9073c14265 | |
parent | a401bcfb028e2b55a0be5d272163d0ab6e120a97 [diff] |
core: storage: add some overflow checks Adds overflow checks to the secure storage code. Signed-off-by: Bastien Simondi <bsimondi@netflix.com> [jf: Fix test in syscall_storage_obj_seek() case TEE_DATA_SEEK_END] [jf: Get rid of { } block, initialize new local variables] [jf: Do not fail on (data && !len) in syscall_storage_obj_create()] Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers