DemesneGH opened a new issue, #210: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/210
In this PR https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/209#discussion_r2204602269, using `std::collections::HashSet` results in a TA panic with the `write permission fault` when running the `secure_db_abstraction` example. Replacing it with `hashbrown::HashSet` resolves the issue, suggesting there may be a problem in our current std implementation of HashSet. Marking this as a TODO for further investigation. -- 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.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