tchebb opened a new pull request, #108:
URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/108
We've been updating our OP-TEE version without updating our Rust definitions
of its API types. Since the GlobalPlatform TEE Client API uses client-allocated
API objects, our code needs to be aware of and match the
implementation-specific fields used by the version of libteec we link to.
This pulls in two changes that we missed, one of which increases the space
we need to allocate for TEEC_Context and so results in memory unsafety with our
current definitions:
- OP-TEE/optee_client#145
- OP-TEE/optee_client#217
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]