Bugfix: Need to check validity of backreferences explicitly, because when max_matches...
authoroes <oes@users.sourceforge.net>
Tue, 8 Oct 2002 16:22:28 +0000 (16:22 +0000)
committeroes <oes@users.sourceforge.net>
Tue, 8 Oct 2002 16:22:28 +0000 (16:22 +0000)
commitbd7a2897f45eae6d28ebfcaff2f1ea151c486d8e
tree2a4c84be4d6bffd0da849cce0211784df400e639
parent05a8eeaaa11281b78889a6c8d1277b6e61b0e61d
Bugfix: Need to check validity of backreferences explicitly, because when max_matches are reached and matches is expanded, realloc() does not zero the memory. Fixes Bug # 606227
pcrs.c