-
Notifications
You must be signed in to change notification settings - Fork 179
we have PAX issue at a hardened Gentoo #104
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 servic 8000 e and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Having looked at the issue, the only thing immediately jumping out at me would be in virtual void RunImpl() const
{
reinterpret_cast< void (*)() >(0)();
} If you or somebody can verify for me that this is indeed the cause, then it will be easy enough to come up with a fix. |
well, dev-libs/unittest++-1.6.1 builds fine here since sbraz already cherry-picked a patch, so this can be closed for now IMO. |
The origin is here : https://bugs.gentoo.org/show_bug.cgi?id=576806
Any hints ?
The text was updated successfully, but these errors were encountered: