4363cdb5ea
A recent CL (http://review.skia.org/464121) made it an error to coerce a literal value to a type that cannot hold the value. The fuzzer found a case where we assumed type-coercion of a literal would always succeed, and failed to null-check the result. We now null-check the result. Change-Id: Id97c6016e56c20ef724028f71bbf4688dde3c064 Bug: oss-fuzz:40428 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/464919 Commit-Queue: Brian Osman <brianosman@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Auto-Submit: John Stiles <johnstiles@google.com>
2 lines
20 B
Plaintext
2 lines
20 B
Plaintext
int x[~2147483649];
|