This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Use Perl_croak_nocontext()
authorKarl Williamson <khw@cpan.org>
Wed, 16 Sep 2015 21:58:27 +0000 (15:58 -0600)
committerKarl Williamson <khw@cpan.org>
Wed, 16 Sep 2015 22:04:20 +0000 (16:04 -0600)
commitd820a0ff34c7df39297a54193fd756bb42c5c06e
tree0f2920301f06b8bec53674c5a0f91d8109b90aa5
parent387eee9be1b46a1eb35db63974b74a2982094ccf
regexec.c: Use Perl_croak_nocontext()

Instead of doing a dTHX introduced in
22b433eff9a1ffa2454e18405a56650f07b385b5.  I should have pointed out in
that commit message, that instead of doing a full-fledged UTF-8
well-formedness check, it does a quick sanity check sufficient to
prevent looping

Spotted by Vincent Pitt
regexec.c