You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2020/01/08 18:08:30 UTC

[GitHub] [incubator-teaclave-sgx-sdk] dingelish commented on issue #191: Make mutex unlock errors fatal rather than ignored

dingelish commented on issue #191: Make mutex unlock errors fatal rather than ignored
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/191#issuecomment-572188885
 
 
   Here is the usage summary of `sgx_thread_mutex_unlock` in Intel's SDK/PSW. This list is likely to be incomplete. Just write them down for further investigation:
   
   - sdk/protected_fs/sgx_tprotected_fs/file_other.cpp. 12 appearances. 0 error handling.
   - sdk/protected_fs/sgx_tprotected_fs/file_flush.cpp. 2 appearances. 0 error handling.
   - sdk/protected_fs/sgx_tprotected_fs/file_init.cpp. 2 appearances. 0 error handling.
   - sdk/protected_fs/sgx_tprotected_fs/file_read_write.cpp. 14 appearances. 0 error handling.
   - sdk/tlibcxx/src/sgx_mutex.cpp. 6 appearances. 2 error handling.
   - sdk/tae_service/tae_service.cpp. 5 appearances. 0 error handing.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org