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

Parser tries to continue parsing a keyword across end of include file #4473

Open
blattms opened this issue Feb 10, 2025 · 0 comments
Open

Parser tries to continue parsing a keyword across end of include file #4473

blattms opened this issue Feb 10, 2025 · 0 comments
Labels

Comments

@blattms
Copy link
Member

blattms commented Feb 10, 2025

We have some pointer semantics that break when the parser thinks a keyword in a n include file has not ended but the file has. It will happily read the next line in the outer file and hell (a segmentation fault with the usual non-user-friendly error message) will break loose.

Noticed on an include file where the last non-whitespace entry was a backslash instead of a sleash.

T.B.C

@blattms blattms added the bug label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant