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

gh-73691: Increase size limits in _xxtestfuzz #99070

Merged
merged 4 commits into from
Nov 3, 2022

Conversation

gpshead
Copy link
Member

@gpshead gpshead commented Nov 3, 2022

Now that our int<->str conversions are size limited and we have the _pylong module handling larger integers, we don't need to limit everything just to avoid wasting time in the quadratic time DoS-like case while fuzzing.

We can tweak these further after seeing how this goes.

Now that our int<->str conversions are size limited and we have the
_pylong module handling larger integers, we don't need to limit
everything just to avoid wasting time in the quadratic time DoS-like
case while fuzzing.

We can tweak these further after seeing how this goes.
@gpshead gpshead self-assigned this Nov 3, 2022
@gpshead gpshead marked this pull request as ready for review November 3, 2022 19:24
@gpshead gpshead changed the title gh-90716: Increase size limits in _xxtestfuzz gh-73691: Increase size limits in _xxtestfuzz Nov 3, 2022
@ammaraskar
Copy link
Member

Sounds good to me :)

@gpshead gpshead merged commit bee1070 into python:main Nov 3, 2022
@gpshead gpshead deleted the json-fuzzier branch November 3, 2022 21:41
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.

3 participants