Skip to content

Fix GH-18421: Integer overflow with large numbers in LimitIterator #18424

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

Closed
wants to merge 1 commit into from

Conversation

nielsdos
Copy link
Member

Since we already know that pos < intern->u.limit.offset at this point, we can reverse the expression.

@nielsdos nielsdos requested a review from Girgias as a code owner April 24, 2025 18:07
@nielsdos nielsdos linked an issue Apr 24, 2025 that may be closed by this pull request
Since we already know that `pos < intern->u.limit.offset` at this point,
we can reverse the expression.
@nielsdos nielsdos closed this in a91d913 Apr 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integer overflow with large numbers in LimitIterator
2 participants