msteveb / jimtcl

Official repository of Jim Tcl, an open-source, small footprint implementation of Tcl
http://jim.tcl.tk/
Other
445 stars 123 forks source link

regexp segfault with space before quantifier #313

Open The-Markitecht opened 1 month ago

The-Markitecht commented 1 month ago

Welcome to Jim version 0.84 . info patchlevel 0.82-134-gdcea42c . regexp -inline -expanded { a ( b b ) + } {abbbbbbcde} Segmentation fault

This happens to be one of the many test cases I'm suggesting in #311

msteveb commented 1 month ago

Thanks. Needed a bit more work. Try master-next now