commit | 5b319f83a8ffec1f7efed992fe37f29559c6544f | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Wed Dec 01 08:44:58 2021 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Dec 01 13:11:24 2021 +0100 |
tree | 7a368264e47163f994e58e02d1789e20b304781f | |
parent | 4ffddce0ead637f90dbe546abfb47c8ecd5ee60e [diff] |
regression 2004: fix invalid assumption Fixes the invalid assumption that a UDP packet is delivered to its destination instantly. Also error out early in case received buffer sizes don't match what's expected. Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-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