Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upOverflow in resample.c, with tests #1714
Conversation
nedwill
and others
added some commits
Feb 4, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
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.
|
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. |
added a commit
that referenced
this pull request
Feb 4, 2016
wiredfool
merged commit 1723dc2
into
python-pillow:master
Feb 4, 2016
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
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
wiredfool commentedFeb 4, 2016
Extension of #1711