commit | f263e919f3ae59d02b9770c0ca72897286d33734 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Wed Jan 05 09:02:08 2022 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Jan 05 11:03:25 2022 +0100 |
tree | cb4fde6fa698dde719904076023098691c7125c3 | |
parent | 3c36a555bacbfc07826b088271d95bf81ca48609 [diff] |
trusted-keys.exp: add \r delimiter when parsing number In order to match all the digits in a number on its own line, use (\\d+)\r not (\\d+) which could return a truncated value depending on what the content of input buffer is when the matching is done. Signed-off-by: Jerome Forissier <jerome@forissier.org> Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers