fix fuzzer bugs
authorcaryclark <caryclark@google.com>
Mon, 19 Sep 2016 13:00:35 +0000 (06:00 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 19 Sep 2016 13:00:35 +0000 (06:00 -0700)
commitbbfe92bc1dd2b0a65e63b3caed9873dbc4df522a
tree924784800c34d366c2a13b5f4178d5301dd022da
parente7a7812744c28e2fe3ae5eba0ea76eabfd9667ad
fix fuzzer bugs

Add a couple more cases where Op() fails and
returns false when the out of range input
values make the internal numeric unstable.

TBR=reed@google.com
BUG=647834, 648068
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2348263002

Review-Url: https://codereview.chromium.org/2348263002
src/pathops/SkOpCoincidence.cpp
tests/PathOpsOpTest.cpp