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

Overflow in resample.c, with tests #1714

Merged
merged 3 commits into from Feb 4, 2016

Conversation

Projects
None yet
2 participants
@wiredfool
Member

wiredfool commented Feb 4, 2016

Extension of #1711

@wiredfool

This comment has been minimized.

Show comment
Hide comment
@wiredfool

wiredfool Feb 4, 2016

Member

I've added a check in the resize function to check for negative values of the new size. There are several interesting things that could come of that when cast to an unsigned value.

Member

wiredfool commented Feb 4, 2016

I've added a check in the resize function to check for negative values of the new size. There are several interesting things that could come of that when cast to an unsigned value.

wiredfool added a commit that referenced this pull request Feb 4, 2016

Merge pull request #1714 from wiredfool/resample-overflow
Overflow in resample.c, with tests

@wiredfool wiredfool merged commit 1723dc2 into python-pillow:master Feb 4, 2016

2 checks passed

continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details

@pyup-vuln-bot pyup-vuln-bot referenced this pull request Oct 14, 2016

Merged

CVE-2016-4009 #15

@wiredfool wiredfool deleted the wiredfool:resample-overflow branch Oct 2, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment