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

Correct handling of malloc() calls #10

Open
TheComet opened this issue Jan 13, 2015 · 1 comment
Open

Correct handling of malloc() calls #10

TheComet opened this issue Jan 13, 2015 · 1 comment
Labels
Milestone

Comments

@TheComet
Copy link
Owner

Update the code to correctly handle failed calls to malloc(), and not just crash.

@TheComet TheComet modified the milestone: Alpha Jan 30, 2015
@TheComet TheComet added task and removed enhancement labels May 13, 2015
@Dar13
Copy link

Dar13 commented Jul 15, 2015

Most of the time, when malloc() fails we want to crash anyways. Do you mean to crash gracefully or just attempt to not crash at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants