commit | 15f4951e84a0aef2ed31b2e66129579feaa18850 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Thu Aug 13 07:51:29 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Aug 13 07:51:29 2015 -0700 |
tree | b20ea877e12136318ba4d5c642bcbf5fcd722f99 | |
parent | 272b74879233e779b25bb86857b15deff3e4241b [diff] |
add asserts on Sk4px::Map functions that our arrays are non-null. There's a crasher (null dereference it looks like) in Clank with an impossible stack, but with blit mask on top (apparently sk_free() calls blit mask...). Can't hurt to check that all these Sk4px-using methods are iterating over non-null arrays. (This is that bug I mentioned that got me thinking about blit mask in the first place.) BUG=520354 Review URL: https://codereview.chromium.org/1295443002