Skip to content

fix(utf8): widen WrapBreak offsets to u32 for lines > 64KB#464

Merged
kommander merged 1 commit intoanomalyco:mainfrom
simonklee:fix/wrapbreak-u32-overflow
Jan 2, 2026
Merged

fix(utf8): widen WrapBreak offsets to u32 for lines > 64KB#464
kommander merged 1 commit intoanomalyco:mainfrom
simonklee:fix/wrapbreak-u32-overflow

Conversation

@simonklee
Copy link
Collaborator

@simonklee simonklee commented Jan 2, 2026

u16 fields silently overflow in release builds when processing lines
exceeding 65535 bytes. Add regression.

Fix #463

u16 fields silently overflow in release builds when processing lines
exceeding 65535 bytes.

Fix anomalyco#463
@kommander kommander merged commit dc98b37 into anomalyco:main Jan 2, 2026
4 checks passed
msmps pushed a commit that referenced this pull request Jan 8, 2026
u16 fields silently overflow in release builds when processing lines
exceeding 65535 bytes. Add regression.

Fix #463
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.

WrapBreak u16 overflows

2 participants