andgineer / TRegExpr

Regular expressions (regex), pascal.
https://regex.sorokin.engineer/en/latest/
MIT License
174 stars 62 forks source link

"(a{0,2})*" => stack overflow #308

Closed User4martin closed 1 year ago

User4martin commented 1 year ago

(a{0,2})* on text 123

Alexey-T commented 1 year ago

Even CudaText (with 'released' TRegExpr) crashes.

User4martin commented 1 year ago

Fix added

Alexey-T commented 1 year ago

Fix looks Okay.

Alexey-T commented 1 year ago

@User4martin Let's close?