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

Tiny contained change to oe_ memory functions #233

Merged
merged 1 commit into from
May 12, 2020
Merged

Tiny contained change to oe_ memory functions #233

merged 1 commit into from
May 12, 2020

Conversation

SeanTAllen
Copy link
Contributor

No description provided.

@SeanTAllen SeanTAllen force-pushed the 151 branch 2 times, most recently from 0121233 to ffcdad1 Compare May 11, 2020 16:01
@letmaik
Copy link
Contributor

letmaik commented May 11, 2020

@SeanTAllen This looks like it's not ready for review yet. Could you make it a draft PR?

@SeanTAllen SeanTAllen marked this pull request as draft May 11, 2020 17:42
@SeanTAllen SeanTAllen marked this pull request as ready for review May 11, 2020 20:25
@SeanTAllen SeanTAllen requested a review from davidchisnall May 11, 2020 20:25
@SeanTAllen
Copy link
Contributor Author

SeanTAllen commented May 11, 2020

@davidchisnall can you have a look at this set of changes for #151? There are additional malloc/calloc/strdup/free calls to replace however, doing so causes some of the test suite to segfault.

I spent some time looking at it and haven't found any obvious cause yet.

This commit removes some of the malloc/calloc/free/strdup libc usage
in src/enclave. Not all usage as been removed yet. There are other
cases that I have left because when changed, the test suite segfaults
for non-obvious reasons that need to be looked into.

This commit addresses a small part of #151.
@SeanTAllen SeanTAllen merged commit 65f6dbd into oe_port May 12, 2020
@SeanTAllen SeanTAllen deleted the 151 branch May 12, 2020 11:07
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.

3 participants