Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove libc dependencies from enclave_util.c #320

Merged
merged 1 commit into from
May 28, 2020

Conversation

SeanTAllen
Copy link
Contributor

@SeanTAllen SeanTAllen commented May 27, 2020

As part of work on #151, this commit breaks enclave_util.c apart into
the parts only needed by lkl & sgx-lkl-musl and parts that are also
used by the enclave.

All parts that aren't needed for the enclave have been moved to lkl_util.c

This removes the libc dependency on snprintf from enclave_util and advances
towards our goal of removing libc dependencies from src/enclave.

@SeanTAllen
Copy link
Contributor Author

Corresponding sgx-lkl-musl PR: lsds/sgx-lkl-musl#14

As part of work on #151, this commit breaks enclave_util.c apart into
the parts only needed by lkl & sgx-lkl-musl and parts that are also
used by the enclave.

All parts that aren't needed for the enclave have been moved to lkl_util.c

This removes the libc dependency on snprintf from enclave_util and advances
towards our goal of removing libc dependencies from src/enclave.
@SeanTAllen SeanTAllen force-pushed the seantallen/151-continue-2 branch from 5d2e200 to f5fbbcd Compare May 27, 2020 14:52
@davidchisnall davidchisnall merged commit e6d9619 into oe_port May 28, 2020
@davidchisnall davidchisnall deleted the seantallen/151-continue-2 branch May 28, 2020 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants