This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix the bug introduced by the bug fix of change 30755.
authorNicholas Clark <nick@ccl4.org>
Wed, 9 Jan 2008 23:26:14 +0000 (23:26 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 9 Jan 2008 23:26:14 +0000 (23:26 +0000)
commit66b1de870892b142348d95c3a6c21c7ff7269508
treec1626f30a9a8878212490da14ee0ae282b45e172
parente3faa678eb30e1e08116ca1bd086624974e5e5aa
Fix the bug introduced by the bug fix of change 30755.
(Certain regexps could SEGV if cloned).

p4raw-id: //depot/perl@32932
regcomp.c
t/op/pat.t