Launchpad does not know where skia hosts its code.

Bazaar branches

Name Status Last Modified Last Commit
lp:~vcs-imports/skia/trunk 1 Development 2013-12-04 17:06:49 UTC
9899. Fixed bad bitmap size crashes There ...

Author: <email address hidden>
Revision Date: 2013-12-04 17:06:49 UTC

Fixed bad bitmap size crashes

There were 2 issues :
1 ) If the size of an SkBitmap's underlying SkPixelRef's alocated memory is too small to fit the bitmap, then the deserialization will now check this and set an error appropriately.
2 ) If a device fails to allocate its pixels, the device will be deleted and NULL will be returned to avoid attempting to draw on a bad device.

BUG=
R=senorblanco@chromium.org, reed@google.com, sugoi@google.com, halcanary@google.com, mtklein@google.com

Author: sugoi@chromium.org

Review URL: https://codereview.chromium.org/92793002

11 of 1 result