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

Handle out-of-memory errors gracefully #1705

Open
SWilson4 opened this issue Feb 23, 2024 · 0 comments
Open

Handle out-of-memory errors gracefully #1705

SWilson4 opened this issue Feb 23, 2024 · 0 comments
Labels
refactor Reorganizing existing code

Comments

@SWilson4
Copy link
Member

Currently, we handle malloc failures in common code by immediately exiting with a nonzero return code. It could be a good idea to give the program a chance to clear secrets out of memory before exiting.

Related older issue: #1456.

@SWilson4 SWilson4 added enhancement New feature or request refactor Reorganizing existing code and removed enhancement New feature or request labels Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Reorganizing existing code
Projects
None yet
Development

No branches or pull requests

1 participant