commit | 6942442ef7cc018ac136dd379ad6a30902a060e5 | [log] [tgz] |
---|---|---|
author | caryclark <caryclark@google.com> | Tue Oct 04 13:06:17 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Oct 04 13:06:17 2016 -0700 |
tree | 45d0a07c65707e427eecd7e28907cad9b563bb70 | |
parent | 56df2de7fb48e879446938f47464c7a2c8223616 [diff] |
disallow -4 pointer A user's homegrown unsigned integer overflow tool complains if a nullptr is decremented. The conicWeight pointer likes to predecrement before walking, but this is unnecessary if its value is nullptr. R=reed@google.com BUG=skia:5415 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2061833005 Review-Url: https://codereview.chromium.org/2061833005