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

Sequence of eight #endifs trigger a segmentation fault #30

Closed
xorgy opened this issue Jul 21, 2015 · 2 comments
Closed

Sequence of eight #endifs trigger a segmentation fault #30

xorgy opened this issue Jul 21, 2015 · 2 comments

Comments

@xorgy
Copy link
Contributor

xorgy commented Jul 21, 2015

#endif
#endif
#endif
#endif
#endif
#endif
#endif
#endif

, Or any other sequence of eight or more unmatched #endif directives, triggers a segmentation fault in glslang::TParseContext::outputMessage.

@johnkslang
Copy link
Member

See also issue #29.

@xorgy
Copy link
Contributor Author

xorgy commented Mar 10, 2016

Thanks to @antiagainst, PR #194 resolves this issue.

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

2 participants