Skip to content

[JsonPath] Handle slice selector overflow #60798

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

Merged
merged 1 commit into from
Jul 16, 2025

Conversation

alexandre-daubois
Copy link
Member

@alexandre-daubois alexandre-daubois commented Jun 16, 2025

Q A
Branch? 7.3
Bug fix? yes
New feature? no
Deprecations? no
Issues -
License MIT

Slice selector integers must always be in the interval [-(2^53) + 1, (2^53) - 1], and leading 0 are forbidden.

@carsonbot carsonbot added this to the 7.3 milestone Jun 16, 2025
@alexandre-daubois alexandre-daubois force-pushed the int-overflow-handle branch 3 times, most recently from b9231c9 to 4791ff8 Compare June 16, 2025 09:47
@nicolas-grekas
Copy link
Member

This breaks on x86, see windows build.

@alexandre-daubois
Copy link
Member Author

Tests are now fixed on x86

@nicolas-grekas
Copy link
Member

Thank you @alexandre-daubois.

@nicolas-grekas nicolas-grekas merged commit deac4c6 into symfony:7.3 Jul 16, 2025
14 of 17 checks passed
@alexandre-daubois alexandre-daubois deleted the int-overflow-handle branch July 16, 2025 14:45
@fabpot fabpot mentioned this pull request Jul 31, 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.

4 participants