Skip to content

erts: Fix crash with term_to_iovec/2 for large binary - #11428

Open
lucioleKi wants to merge 1 commit into
erlang:maint-27from
lucioleKi:isabell/erts/fix/OTP-20282
Open

erts: Fix crash with term_to_iovec/2 for large binary#11428
lucioleKi wants to merge 1 commit into
erlang:maint-27from
lucioleKi:isabell/erts/fix/OTP-20282

Conversation

@lucioleKi

Copy link
Copy Markdown
Contributor

Previously, when the binary is larger than 3GiB, calling term_to_iovec/2 with local could crash the emulator.

Previously, when the binary is larger than 3GiB, calling
`term_to_iovec/2` with `local` could crash the emulator.

Co-authored-by: kikofernandez <kiko@erlang.com>
@lucioleKi
lucioleKi requested a review from kikofernandez August 5, 2026 08:34
@lucioleKi lucioleKi self-assigned this Aug 5, 2026
@lucioleKi lucioleKi added the team:VM Assigned to OTP team VM label Aug 5, 2026
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

CT Test Results

    3 files    143 suites   51m 8s ⏱️
1 609 tests 1 559 ✅ 50 💤 0 ❌
2 356 runs  2 281 ✅ 75 💤 0 ❌

Results for commit 9b25d8e.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@lucioleKi lucioleKi added the testing currently being tested, tag is used by OTP internal CI label Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants