You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Intel SGX-SDK patch and aep_trampoline.S use global variables to store the current TCS. This may not work in a multi-threaded environment (e.g., Gramine).
Best would be better to properly refactor to avoid the usage of a stored tcs variable in AEP interception in aep_trampoline.S and debug functionality in enclave.c.
The text was updated successfully, but these errors were encountered:
Currently, the Intel SGX-SDK patch and
aep_trampoline.S
use global variables to store the current TCS. This may not work in a multi-threaded environment (e.g., Gramine).Best would be better to properly refactor to avoid the usage of a stored tcs variable in AEP interception in
aep_trampoline.S
and debug functionality inenclave.c
.The text was updated successfully, but these errors were encountered: