Skip to content

Conversation

@mauke
Copy link
Contributor

@mauke mauke commented Sep 23, 2025

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.


  • This set of changes does not require a perldelta entry.

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.
@mauke mauke merged commit a1fcbed into Perl:blead Sep 23, 2025
34 checks passed
@mauke mauke deleted the bound-boundaries branch September 23, 2025 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants