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

[ash] Fix SIGINT handler registration #217

Merged
merged 1 commit into from
May 21, 2018
Merged

[ash] Fix SIGINT handler registration #217

merged 1 commit into from
May 21, 2018

Conversation

mfld-fr
Copy link
Contributor

@mfld-fr mfld-fr commented May 21, 2018

The onsig() handler address was badly converted to a byte because of the wrong type sig_t used for the intermediate variable sigact.

Also added a unit test for signal().

Fixes #125

@mfld-fr mfld-fr added the fix Defect correction label May 21, 2018
@mfld-fr mfld-fr self-assigned this May 21, 2018
@mfld-fr mfld-fr mentioned this pull request May 21, 2018
@mfld-fr mfld-fr merged commit 08bf20e into ghaerr:master May 21, 2018
@mfld-fr mfld-fr deleted the ash branch May 21, 2018 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Defect correction
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant