e64855fbfa
This CL updates `compareConstant` to fail gracefully instead of aborting if the passed-in types don't match. This lets us call `compareConstant` without checking types first. Change-Id: Id2acdbdf700e64bcb24825cdad2c0e000992e8cb Bug: oss-fuzz:28904 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/347038 Commit-Queue: John Stiles <johnstiles@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
3 lines
80 B
Plaintext
3 lines
80 B
Plaintext
void n() { -2 .L1==- -2 .L1; }
|
|
void main() { n(); sk_FragColor = half4(0); }
|