Skip to content
#

sgx

Here are 106 public repositories matching this topic...

yamahata
yamahata commented Jan 30, 2019

native glibc (not-modified for graphene or USE_clone_FOR_fork defined) uses clone(2) syscall for fork(3) library function
as clone(CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHD, 0, NULL, &THREAD_SELF->tid)

This doesn't work as expected and the execution stalls somewhere. I guess it's not tested
because modified glibc uses fork(2) system call, not clone(2).

Once this is fixed, glibc modi

Improve this page

Add a description, image, and links to the sgx topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sgx topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.