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 signal handler #19

Closed
elfring opened this issue Aug 28, 2015 · 3 comments
Closed

Fix signal handler #19

elfring opened this issue Aug 28, 2015 · 3 comments
Assignees
Labels
Milestone

Comments

@elfring
Copy link

elfring commented Aug 28, 2015

The function "printf" does not belong to the list of async-signal-safe functions.
I guess that a different program design will be needed for your function "sighup_callback_handler".

@mom040267
Copy link
Contributor

and mutexes are not safe, too. I'll fix that.

@mom040267 mom040267 added the bug label Aug 29, 2015
@mom040267 mom040267 self-assigned this Aug 29, 2015
@mom040267 mom040267 added this to the next build milestone Aug 29, 2015
@mom040267
Copy link
Contributor

I fixed it and I pushed the fix to the repository.

@elfring
Copy link
Author

elfring commented Aug 29, 2015

Thanks for your small source code improvement.

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