Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 9e3e2820c0b1a62da54172be27a025f57e691166
      
https://github.com/Perl/perl5/commit/9e3e2820c0b1a62da54172be27a025f57e691166
  Author: Hugo van der Sanden <h...@crypt.org>
  Date:   2022-03-25 (Fri, 25 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