commit | 9f483bb2076179dde3f1b328f2cb88427774093d | [log] [tgz] |
---|---|---|
author | Cedric Neveux <cedric.neveux@nxp.com> | Mon Mar 04 08:58:06 2019 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Apr 03 14:49:42 2020 +0200 |
tree | 11613602589c056d35aff087e112ab00bbfebe1d | |
parent | 61f89d8fd89dce8b1bd430a71224d4508595cc82 [diff] |
Allow memrefs with size 0 Add test 1025 verifying temporary memref of 0 bytes or NULL pointer buffer conforming with: GlobalPlatform Client API v1.0c (section 3.2.5 memory references), which can be found at [1]. Link: [1] http://www.globalplatform.org/specificationsdevice.asp Signed-off-by: Cedric Neveux <cedric.neveux@nxp.com> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Tested-by: Joakim Bech <joakim.bech@linaro.org> (QEMU)
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