commit | 85daf48c40fd9ecd26f630f96eb0e3bc62dc0ff8 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Wed Mar 25 11:37:03 2020 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Mar 30 13:13:24 2020 +0200 |
tree | 46690a1dcc50477033909c326d6d17a295ee8034 | |
parent | 8a867bc8c4dd8487ad9f66bd96db9d6fe846de97 [diff] |
core: check writeable in tee_svc_copy_param() Check that the callee_params are writeable too in tee_svc_copy_param() as they will be updated in tee_svc_update_out_param() in case one of the parameters is an "out" parameter. To keep it simple always require callee_params to be writeable. Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reported-by: Bastien Simondi <bsimondi@netflix.com> Signed-off-by: Jens Wiklander <jens.wiklander@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