Fix for SF bug #987102: segmentation fault on replace. Regex recursion is
commit9f7e919891f84f07a2d6e9f1d893b48e7c19f124
authorEddy De Greef <edg@users.sourceforge.net>
Thu, 15 Jul 2004 18:39:58 +0000 (15 18:39 +0000)
committerEddy De Greef <edg@users.sourceforge.net>
Thu, 15 Jul 2004 18:39:58 +0000 (15 18:39 +0000)
tree88f5ec91ff9723d4dda6e75dcadccc0c660ca84c
parent58318db64e23122f32b6a96b7c4ad811b6be01c4
Fix for SF bug #987102:  segmentation fault on replace. Regex recursion is
now limited to 10000. The API could still be extended to handle errors more
gracefully (error messages are currently written to stderr).
source/regularExp.c