| commit | 5448e224fb594edda13985f47bd22b746eee0711 | [log] [tgz] |
|---|---|---|
| author | Tanel Dettenborn <tanel@ssrc.tii.ae> | Tue Dec 05 10:47:05 2023 +0200 |
| committer | Jerome Forissier <jerome.forissier@linaro.org> | Mon Jan 08 09:33:45 2024 +0100 |
| tree | 0e14eb94cb485d1ad8a7e938029a734687d30d48 | |
| parent | 98dc4f488c2f9e433e3e6574ddbdafd116f523db [diff] |
tee-supplicant: Enforce paths bound limits Verify "ta-path" command line argument length and if snprintf() concated path is too long, then print an error message and terminate startup. Signed-off-by: Tanel Dettenborn <tanel@ssrc.tii.ae> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.
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_client.
// OP-TEE core maintainers