Skip to content

erts: Fix erl_md5 size update on 32-bit nodes#11289

Open
garazdawi wants to merge 1 commit into
erlang:masterfrom
garazdawi:lukas/erts/fix-md5sum-length
Open

erts: Fix erl_md5 size update on 32-bit nodes#11289
garazdawi wants to merge 1 commit into
erlang:masterfrom
garazdawi:lukas/erts/fix-md5sum-length

Conversation

@garazdawi

Copy link
Copy Markdown
Member

Before the fix the tot_size * 8 could overflow the size_t before it is expanded to a uint64_t making the hash incorrect.

Before the fix the tot_size * 8 could overflow the size_t before it
is expanded to a uint64_t making the hash incorrect.
@garazdawi garazdawi requested a review from sverker June 24, 2026 19:37
@github-actions

github-actions Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

CT Test Results

    3 files    136 suites   50m 22s ⏱️
1 680 tests 1 624 ✅ 56 💤 0 ❌
2 322 runs  2 248 ✅ 74 💤 0 ❌

Results for commit efbaa07.

♻️ 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

@bjorng bjorng self-assigned this Jun 25, 2026
@bjorng bjorng added team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI labels Jun 25, 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.

3 participants