BeRo1985 / flre

FLRE - Fast Light Regular Expressions - A fast light regular expression library
GNU Lesser General Public License v2.1
94 stars 23 forks source link

PtrPosCharSearch still crashes on empty string #37

Closed benibela closed 6 years ago

benibela commented 7 years ago
 TFLRE.Create('A+', []).Test('')

gives the same as #36

pyscripter commented 6 years ago

This appears fixed. Please close issue.

benibela commented 6 years ago

It still happens. on 64 bit linux

pyscripter commented 6 years ago

I tested on Delphi + Win64. By the way could you please rerun the xquery test suit to see what fails. I may be able to help fix some of those.

BeRo1985 commented 6 years ago

Please try https://github.com/BeRo1985/flre/commit/5aa8a9e032feff7a5790104f2d53fa74c70bb1d9

benibela commented 6 years ago

appears to be ok