Skip to content

Fix fuel/epoch checks in array.copy loop#13402

Merged
fitzgen merged 1 commit into
bytecodealliance:mainfrom
alexcrichton:fix-array-copy
May 18, 2026
Merged

Fix fuel/epoch checks in array.copy loop#13402
fitzgen merged 1 commit into
bytecodealliance:mainfrom
alexcrichton:fix-array-copy

Conversation

@alexcrichton
Copy link
Copy Markdown
Member

Fixes a bug from #13382 where translate_loop_header happened too soon. Needs to happen after block params are inserted, not before.

Fixes a bug from bytecodealliance#13382 where `translate_loop_header` happened too soon.
Needs to happen after block params are inserted, not before.
@alexcrichton alexcrichton requested review from a team as code owners May 17, 2026 17:58
@alexcrichton alexcrichton added the fuzz-bug Bugs found by a fuzzer label May 17, 2026
@alexcrichton alexcrichton requested review from cfallin and removed request for a team May 17, 2026 17:58
@fitzgen fitzgen added this pull request to the merge queue May 18, 2026
Merged via the queue into bytecodealliance:main with commit 6b4ff35 May 18, 2026
51 checks passed
@alexcrichton alexcrichton deleted the fix-array-copy branch May 18, 2026 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fuzz-bug Bugs found by a fuzzer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants