Michael Braun

Results 1 comments of Michael Braun

We hit this as well - this Scala snippet will hit the problem: ``` import com.google.re2j.Pattern object TestRE2JStackOverflow { private val limit = 10000 private val charRange = Range('a', 'z')...