Skip to content

fix heap use after free when terminating and pass CXXFLAGS to linker#63

Open
matthiaskrgr wants to merge 1 commit into
graphitemaster:masterfrom
matthiaskrgr:misc
Open

fix heap use after free when terminating and pass CXXFLAGS to linker#63
matthiaskrgr wants to merge 1 commit into
graphitemaster:masterfrom
matthiaskrgr:misc

Conversation

@matthiaskrgr

Copy link
Copy Markdown
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

@graphitemaster graphitemaster left a comment

Copy link
Copy Markdown
Owner

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