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

fix: Correct fullspeed table size. #630

Merged
merged 1 commit into from
Mar 4, 2024
Merged

Conversation

Mightyjo
Copy link
Contributor

@Mightyjo Mightyjo commented Mar 4, 2024

Correct fullspeed table size computation from 'tblend + numecs + 1' to 'tblend + 2 + 1' to avoid allocating extra space that is never initialized.

Add temporary breadcrumbs to lex.yy.c to aid in checking generated scanners.

This passes the Flex test suite. Requesting community help to check additional -CF -8 scanners for unforeseen impacts.

Refs: #628

Correct fullspeed table size computation from 'tblend + numecs + 1' to
'tblend + 2 + 1' to avoid allocating extra space that is never initialized.

Refs: westes#628
@westes westes merged commit 9a8e61c into westes:master Mar 4, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants