| commit | 13123dea4bce6a52365b8d9c063a8e8b26ea9946 | [log] [tgz] |
|---|---|---|
| author | Jerome Forissier <jerome.forissier@linaro.org> | Mon Oct 24 11:36:33 2022 +0200 |
| committer | Jérôme Forissier <jerome@forissier.org> | Mon Oct 24 18:02:19 2022 +0200 |
| tree | a252e1064b4fae896b94dd1b8e7244a83555c54a | |
| parent | 4a8438d8be156df3258dc8d8cd73a357c1ab7ee2 [diff] |
tee-supplicant: fs: no need to use strlen() to check for empty string A string is empty when its first character is zero. Therefore, we can avoid calling strlen() on each FS request. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
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