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

feat: remove overflow panics #19

Merged
merged 1 commit into from
Sep 18, 2023
Merged

feat: remove overflow panics #19

merged 1 commit into from
Sep 18, 2023

Conversation

sno2
Copy link
Contributor

@sno2 sno2 commented Sep 16, 2023

This removes all of the overflow panics that I could catch while fuzzing the parser.

I am not sure about the performance implications of this, but I do know that the .rlib build size went down from 209460 bytes to 207596 which is a ~0.9% improvement.

This removes all of the overflow panics that I could catch while fuzzing
the parser.

I am not sure about the performance implications of this, but I do know
that the .rlib build size went down from 209460 bytes to 207596 which
is a ~0.9% improvement.
@baoyachi baoyachi changed the base branch from master to overflow September 18, 2023 02:49
@baoyachi baoyachi merged commit c840f53 into baoyachi:overflow Sep 18, 2023
@baoyachi
Copy link
Owner

Thx @sno2

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