Skip to content

gh-73691: Increase size limits in _xxtestfuzz - #99070

Merged
gpshead merged 4 commits into
python:mainfrom
gpshead:json-fuzzier
Nov 3, 2022
Merged

gh-73691: Increase size limits in _xxtestfuzz#99070
gpshead merged 4 commits into
python:mainfrom
gpshead:json-fuzzier

Conversation

@gpshead

@gpsheadgpshead commented Nov 3, 2022

Copy link
Copy Markdown
Member

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.
@gpsheadgpshead self-assigned this Nov 3, 2022
@gpshead
gpshead marked this pull request as ready for review November 3, 2022 19:24
@gpsheadgpshead changed the title gh-90716: Increase size limits in _xxtestfuzzgh-73691: Increase size limits in _xxtestfuzzNov 3, 2022
@ammaraskar

Copy link
Copy Markdown
Member

Sounds good to me :)

@gpshead
gpshead merged commit bee1070 into python:mainNov 3, 2022
@gpshead
gpshead deleted the json-fuzzier branch November 3, 2022 21:41
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@gpshead@ammaraskar@bedevere-bot