SGX-Shield
SGX-Shield copied to clipboard
code problem
I encounter a problem when running this code. It shows me "Segmentation fault(core dump)" when running ./app. I find that this problem comes from the code in /loader/Enclave/loader.cpp and to be more specific, in function cpy(), dst[szie] cannot access. Thanks for Mr. Jaebaek, I finally correct it. If anyone else has the same problem, please change the MaxStackSize and MaxHeapSize of the file named Enclave.config.xml in /loader/Enclave.
Thanks! I also encountered this problem. The solution is really helpful! And remember to re-build the app before you run it .