Skip to content

fix: buffer slice last byte out of range#2698

Open
3l0w wants to merge 1 commit intoWerWolv:masterfrom
3l0w:master
Open

fix: buffer slice last byte out of range#2698
3l0w wants to merge 1 commit intoWerWolv:masterfrom
3l0w:master

Conversation

@3l0w
Copy link
Copy Markdown

@3l0w 3l0w commented Apr 4, 2026

Problem description

Fixes: #1880
The slice buffer node 'to' variable cannot be set to capture the last byte, throwing 'to' input out of range.

Implementation description

The upper bound check was an greater or equals than, so switching it to a greater than fixes the issue.

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.

[Bug] Slice buffer node range excludes "To" index

1 participant