-
Notifications
You must be signed in to change notification settings - Fork 537
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
yy_bs_lineno and yy_bs_column not initialized in yy_scan_buffer #70
Comments
Would that issue disappear by replacing |
This should be fixed by PR #295 where all internal flex structures are zero-initialized. |
Is there anything I can do to help getting this resolved? I just noticed this after some debugging so it would be nice to have this fixed. |
Also seeing this. For consistency, it seems that the workaround should initialize yy_bs_lineno to 1 and yy_bs_column to 0. |
It will doubtless need expansion and revision when we actually write one. No diffs in generated test code. westes#70 and last in the retargeting patch series
For sure, this bug is in flex-2.5.37 and in looking at the source for the latest it's still there.
https://sourceforge.net/p/flex/bugs/180/
The text was updated successfully, but these errors were encountered: