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

Disable the stack_switch instruction in cranelift-fuzzgen #9226

Merged

Conversation

alexcrichton
Copy link
Member

An OSS-Fuzz bug came in last night about stack_switch not being supported on s390x, understandably so. This commit disables the instruction entirely in fuzzing because it requires precise runtime support which the fuzzer doesn't support at this time.

An OSS-Fuzz bug came in last night about `stack_switch` not being
supported on s390x, understandably so. This commit disables the
instruction entirely in fuzzing because it requires precise runtime
support which the fuzzer doesn't support at this time.
@alexcrichton alexcrichton requested a review from a team as a code owner September 11, 2024 15:53
@alexcrichton alexcrichton requested review from cfallin and removed request for a team September 11, 2024 15:53
@cfallin cfallin added this pull request to the merge queue Sep 11, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 11, 2024
@alexcrichton alexcrichton added this pull request to the merge queue Sep 11, 2024
Merged via the queue into bytecodealliance:main with commit 4f906bc Sep 11, 2024
37 checks passed
@alexcrichton alexcrichton deleted the disable-stack-switch-fuzzing branch September 11, 2024 16:39
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.

2 participants