You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mcdurdin
changed the title
Add an extra kmc check and message for context(n) index being correct because it looks like it might be out of bounds for some rules
feat(developer): Add an extra kmc check and message for context(n) index being correct
Feb 21, 2025
Add validity checks to kmcmplib to verify that offsets provided to
`context(n)` are in range for the context, and do not point to
non-character elements (`nul` and `if`) in the context string.
Fixes: #13301Fixes: #13302
Relates-to: #13299
Relates-to: #13276
It looks like it might be out of bounds for some rules.
i.e.
n >= 1 && n <= len(context)
The text was updated successfully, but these errors were encountered: