DescriptionAdded skslc parse recursion limit
The fuzzer discovered that a long chain of left-parentheses would cause a stack overflow due to excessive recursion. While it is not in general possible to guarantee that we do not exceed stack limits (because the system can be configured with an arbitrarily small stack), setting a reasonable recursion limit will at least keep the fuzzer from continually finding more "bugs" like this.
BUG=skia:5899
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2459573003
Committed: https://skia.googlesource.com/skia/+/cad6416ccbf103648874b0f5fb615ec5ac798f14
Patch Set 1 #
Messages
Total messages: 16 (12 generated)
|