This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
gh17746: add missing check on hardcount
authorHugo van der Sanden <hv@crypt.org>
Mon, 21 Mar 2022 21:55:01 +0000 (21:55 +0000)
committerKarl Williamson <khw@cpan.org>
Mon, 21 Mar 2022 22:59:58 +0000 (16:59 -0600)
commitc50e79de5d7380bf4269155ab659ec3f66d5aa35
treea9a714e0fbdb34e1732c54abcf3186f4f69f1236
parent278812ac5a4ccdc78f029dd4315e34331f4589d1
gh17746: add missing check on hardcount

Failing to check for max iterations caused an assertion failure.
regexec.c
t/re/re_tests