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 parser+typecheck bug #9

Merged
merged 1 commit into from
Jul 3, 2023
Merged

Conversation

zapashcanon
Copy link

@zapashcanon zapashcanon commented Jul 1, 2023

This one is funny.

I had type-checking error while fuzzing but not when running the owi binary directly. This was because the type-checker was incorrect but going through the parser was hiding the bug.

The parser bug is one incorrect fix that I made and that looked OK at the time because of the other bug fixed recently.

@epatrizio epatrizio merged commit 41fd0c2 into epatrizio:fuzzing Jul 3, 2023
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