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

fix: potential fix for malloc deadlock in some corner cases #30

Merged
merged 6 commits into from
Aug 16, 2021
Merged

Conversation

thefab
Copy link
Member

@thefab thefab commented Aug 6, 2021

This is a big change with a refactor to circumvent the problem
by using threads instead of signal handlers.

Close: #29

This is a big change with a refactor to circumvent the problem
by using threads instead of signal handlers.

Close: #29
@thefab thefab force-pushed the issue29 branch 3 times, most recently from 217b919 to af1b2a0 Compare August 16, 2021 09:39
@thefab thefab merged commit ae1c80f into master Aug 16, 2021
@thefab thefab deleted the issue29 branch August 16, 2021 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

malloc inside signal handler
1 participant