This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Replace invalid assertion
authorKarl Williamson <khw@cpan.org>
Wed, 10 Feb 2016 18:28:58 +0000 (11:28 -0700)
committerKarl Williamson <khw@cpan.org>
Thu, 11 Feb 2016 04:16:44 +0000 (21:16 -0700)
commit5b6be8ee92f615137555abea6248b4e39f12862a
treec10f432eac527082b0e31b80c12a3ba7d350815a
parent55ac3673744eae8e83bda8ec5f8cc30d82cba984
regcomp.c: Replace invalid assertion

A future commit shows that this assertion is not valid.  I don't know
how it can currently be triggered, but fix the code to properly handle
the case.
regcomp.c