commit | ebafbb164b9a17e89795b47445456c9aa577a11d | [log] [tgz] |
---|---|---|
author | Mike Klein <mtklein@google.com> | Tue Aug 11 12:30:18 2020 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Aug 12 18:31:01 2020 +0000 |
tree | f227b2332b14e258ecc09805e10541b4d23739bb | |
parent | a465e2e3089080ca21913ec53daf00f36d3add5d [diff] |
fix a SkRRect::readFromMemory() fuzzer bug SkRRect::computeType() can fail to produce an isValid() SkRRect, with the regression test added here. We can... - land something like this that forces a good rect value, - drop the assert, - or maybe explore deeper and fix this? Change-Id: I6d7402a0a4af2141ce45e82d287bfb4806aeb0ec Reviewed-on: https://skia-review.googlesource.com/c/skia/+/309379 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Mike Klein <mtklein@google.com>