Branch: refs/heads/gh19557
  Home:   https://github.com/Perl/perl5
  Commit: 6b54b206180f9764e681b88412c6c9fde9f778d7
      
https://github.com/Perl/perl5/commit/6b54b206180f9764e681b88412c6c9fde9f778d7
  Author: Hugo van der Sanden <h...@crypt.org>
  Date:   2022-03-23 (Wed, 23 Mar 2022)

  Changed paths:
    M regexec.c
    M t/re/re_tests

  Log Message:
  -----------
  gh19557: restore match_end on early bailout

After 271c3af797, early bailout from the inner one of a pair of nested
lookbehinds would leave the desired match_end pointing at the wrong
place, so the outer lookbehind could give the wrong answer.


Reply via email to