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

Suppress AOT undefined behavior sanitizer issues #3436

Closed

Conversation

bnason-nf
Copy link
Contributor

Fixes #2349 - WAMR triggers UBSAN alignment issues on x86-64/x86 when built with Fast JIT.

Fixes bytecodealliance#2349 - WAMR triggers UBSAN alignment issues on x86-64/x86 when
built with Fast JIT.
@wenyongh
Copy link
Contributor

wenyongh commented Jun 7, 2024

Close this PR since as discussed in #2349, we had better fix the code instead of adding no sanitizer attribute to function.

@wenyongh wenyongh closed this Jun 7, 2024
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.

WAMR triggers UBSAN alignment issues on x86-64/x86 when built with Fast JIT
2 participants