Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

beam_disasm: Fix bs_create_bin/6 resolution #6447

Merged

Conversation

the-mikedavis
Copy link
Contributor

The bs_create_bin/6 instruction was previously not fully translated by beam_disasm. This change resolves some of the args in the instruction (unwrapping u tags) and resolves the operation list to satisfy the checks in beam_validator:verify_create_bin_list/2.

The `bs_create_bin/6` instruction was previously not fully translated
by `beam_disasm`. This change resolves some of the args in the
instruction (unwrapping `u` tags) and resolves the operation list
to satisfy the checks in `beam_validator:verify_create_bin_list/2`.
@github-actions
Copy link
Contributor

github-actions bot commented Nov 7, 2022

CT Test Results

       2 files     285 suites   11m 20s ⏱️
   744 tests    742 ✔️ 2 💤 0
4 587 runs  4 585 ✔️ 2 💤 0

Results for commit 2127f85.

♻️ 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 Nov 8, 2022
@bjorng bjorng added team:VM Assigned to OTP team VM fix labels Nov 8, 2022
@bjorng bjorng merged commit e50b210 into erlang:master Nov 8, 2022
@bjorng
Copy link
Contributor

bjorng commented Nov 8, 2022

Thanks for your pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix team:VM Assigned to OTP team VM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants