forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libwebp: upstream canvas size check cherry-picks
Adds stricter canvas size validation for single images, ensuring canvas size == image size; avoids a blink assert. f626fe2 Detect canvas and image size mismatch in decoder. f5fbdee demux: stricter image bounds check BUG=255934 TBR=fbarchard@chromium.org Review URL: https://chromiumcodereview.appspot.com/18528004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210218 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
jzern@chromium.org
committed
Jul 4, 2013
1 parent
cab6fa3
commit 040509b
Showing
3 changed files
with
53 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters