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 potential overflow in PascalRowIter #8

Merged
merged 1 commit into from
May 11, 2024
Merged

Conversation

lars-frogner
Copy link
Contributor

Fixes #7

@ickk
Copy link
Owner

ickk commented May 11, 2024

Thanks for reporting and fixing this issue! I appreciate the inclusion of the test

I wonder what I should do to support even larger polynomials, as even the u64 will fail around n=64? if you have any ideas let me know

@ickk ickk merged commit de8a925 into ickk:dev May 11, 2024
1 check 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.

Integer overflow in PascalRowIter for n > 30
2 participants