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: dev-unsubscr...@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org

Reply via email to