You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DSLX:frontend] Bump expression nesting depth in Parser::ParseTermLhs
This is one of the "most interior" production rules in the recursive descent
grammar -- previously we were bumping the counter in Parser::ParseExpression
which is more "outer" -- this should help prevent more over-recursion issues in
coverage-guided fuzzing.
PiperOrigin-RevId: 612920050
0 commit comments