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

resolve segmentation fault parsing let #11

Merged
merged 2 commits into from
Jul 6, 2022

Conversation

ErinvanderVeen
Copy link
Collaborator

Resolves #10

During error recovery we did not detect that we were indeed in error recovery. This resulted in accessing a vector element that was not initialised, causing a segmentation fault. Instead, we now detect error recovery and refuse the do external scanning. We might want to change this in the future for more accurate output.

@ErinvanderVeen ErinvanderVeen added the bug Something isn't working label Jul 6, 2022
@ErinvanderVeen ErinvanderVeen self-assigned this Jul 6, 2022
@ErinvanderVeen ErinvanderVeen linked an issue Jul 6, 2022 that may be closed by this pull request
@ErinvanderVeen ErinvanderVeen merged commit 9d83db4 into main Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Segmentation fault parsing let %
1 participant