commit | 3b86e437e91fc913ada742d3df5e02892508c32b | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Wed Nov 06 09:54:34 2019 +0000 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Nov 07 12:22:58 2019 +0000 |
tree | a9549fd33eca1dad88faf1195355caccde9047b5 | |
parent | 7c68d7b098b19363ada3c48b133484b018254fb1 [diff] |
regression_4100.c: convert_from_string(): fix length of output buffer convert_from_string() takes an hexadecimal character string and converts it to binary. The size of the output buffer is computed from the length of the input string, but the computation is wrong. Fix it. Signed-off-by: Jerome Forissier <jerome@forissier.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the test suite (xtest) used to test the OP-TEE project.
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_test.
// OP-TEE core maintainers