This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
lastparen in the regexp structure is never initialised, and so will
authorNicholas Clark <nick@ccl4.org>
Wed, 8 Feb 2006 20:57:24 +0000 (20:57 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 8 Feb 2006 20:57:24 +0000 (20:57 +0000)
commit38d1b06f95ebaf0e4dc96d48047c7c7648c3ba3f
tree419c5a60ac46fb3f67c71841f867aad57c417c3e
parent345da37894bdc1d7c49da4f1b4efb7421506b4b3
lastparen in the regexp structure is never initialised, and so will
still be uninitialised after a failed match, yet various points in
mg.c read it come what may. Should fix bug 38461.

p4raw-id: //depot/perl@27133
regcomp.c