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 auto_signal #815

Merged
merged 3 commits into from Oct 30, 2015
Merged

Fix auto_signal #815

merged 3 commits into from Oct 30, 2015

Conversation

codemercenary
Copy link
Contributor

This corrects a very rare defect with auto_signal that was causing repeated use-after-free in unit tests on Linux, though this defect does theoretically affect all platforms. The issue has to do with an incorrect responsibility transfer inference.

Rectify the defect by making use of the atomic list concept added in #814.

veronicaz41 pushed a commit that referenced this pull request Oct 30, 2015
@veronicaz41 veronicaz41 merged commit 68c85ab into develop Oct 30, 2015
@veronicaz41 veronicaz41 deleted the fix-memorder branch October 30, 2015 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants