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

Invalid enum caught by gcc sanitize in 1.3.0 #583

Closed
tamboril opened this issue Feb 3, 2016 · 2 comments
Closed

Invalid enum caught by gcc sanitize in 1.3.0 #583

tamboril opened this issue Feb 3, 2016 · 2 comments

Comments

@tamboril
Copy link

tamboril commented Feb 3, 2016

Got this with gcc's -fsanitize=undefined :

/catch.hpp:6271:18: runtime error: load of value 3200171710, which is not a valid value for type 'InWhatOrder'

That line is:
if( m_currentSortOrder != config.runOrder() || m_sortedFunctions.empty() ) {

@JoeyGrajciar
Copy link
Contributor

Can not reproduce with latest release 2.5.0

@tamboril
Copy link
Author

Thanks!

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

No branches or pull requests

3 participants