0ad2d013b1
Several fuzzer issues, and one Chromium issue that's blocking the roll. Bug: chromium:1246795 Bug: skia:12423 Change-Id: I00370b74569b447e543d9a1f22c588eb493063da Reviewed-on: https://skia-review.googlesource.com/c/skia/+/445960 Reviewed-by: John Stiles <johnstiles@google.com> Commit-Queue: Brian Osman <brianosman@google.com> Auto-Submit: Brian Osman <brianosman@google.com>
8 lines
159 B
Plaintext
8 lines
159 B
Plaintext
### Compilation failed:
|
|
|
|
error: 5: potential recursion (function call cycle) not allowed:
|
|
bool is_odd(int n)
|
|
bool is_even(int n)
|
|
bool is_odd(int n)
|
|
1 error
|