Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: a1fcbed7046d5eed702cdf28c18c41b27c487905
      
https://github.com/Perl/perl5/commit/a1fcbed7046d5eed702cdf28c18c41b27c487905
  Author: Lukas Mai <[email protected]>
  Date:   2025-09-23 (Tue, 23 Sep 2025)

  Changed paths:
    M regexec.c

  Log Message:
  -----------
  regexec: assert we stay in bounds when matching \b{wb}

Coverity (CID 550207) complains that the loop condition only ensures
'index' stays in bounds of WB_dfa_table, not 'index+1'. I don't think
the data in the table lets us go out of bounds here, but it doesn't hurt
to assert() that assumption.



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to