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

Fix left shift of negative value in MIPSCodeUtils #14017

Merged
merged 1 commit into from
Jan 30, 2021

Conversation

glebm
Copy link
Contributor

@glebm glebm commented Jan 30, 2021

Fixes a benign UBSAN error to improve signal-to-noise ratio of UBSAN errors.

Fixes #14015

Fixes a benign UBSAN error to improve the signal-to-noise ratio of
UBSAN errors.

Fixes hrydgard#14015
@glebm glebm force-pushed the fix-ubsan-neg-shift-mips-code-utils branch from 071b39f to c176856 Compare January 30, 2021 12:03
@hrydgard hrydgard merged commit a367191 into hrydgard:master Jan 30, 2021
@glebm glebm deleted the fix-ubsan-neg-shift-mips-code-utils branch January 30, 2021 14: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.

[UBSAN] Core/MIPS/MIPSCodeUtils.cpp: left shift of negative value
2 participants