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 heap use after free when terminating and pass CXXFLAGS to linker #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

matthiaskrgr
Copy link
Contributor

the heap use after free we had applied locally when searching for memleaks a few days ago, but I guess the change went missing somehow.

pass CXXFLAGS to the linker, when building with -fsanitize=address,undefined linking fails otherwise

the heap use after free we had applied locally when searching for memleaks a few days ago, but I guess the change went missing somehow.

pass CXXFLAGS to the linker, when building with -fsanitize=address,undefined linking fails otherwise
@matthiaskrgr matthiaskrgr mentioned this pull request Dec 25, 2016
Copy link
Owner

@graphitemaster graphitemaster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reason I didn't pass CXXFLAGS is because then Neothyne get's linked against libsupc++ which I've been trying to avoid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants