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

Address sanitizer fixes #1918

Merged
merged 3 commits into from Dec 21, 2015
Merged

Address sanitizer fixes #1918

merged 3 commits into from Dec 21, 2015

Conversation

sithhell
Copy link
Member

This fixes some memory leaks and a ODR violation reported by clang's address sanitizer

Clang sanitizers instrument code with symbols that are only loaded at runtime.
Linking will fail without disabling this option.
By including lightweight_test.cpp in libhpx.so we introduce an ODR violation
@sithhell sithhell added this to the 0.9.12 milestone Dec 18, 2015
@hkaiser
Copy link
Member

hkaiser commented Dec 18, 2015

LGTM, thanks!

sithhell added a commit that referenced this pull request Dec 21, 2015
@sithhell sithhell merged commit 5db7360 into master Dec 21, 2015
@sithhell sithhell deleted the address_sanitizer_fixes branch December 21, 2015 11:58
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.

None yet

2 participants