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 condition to avoid undef behaviour #2281

Merged
merged 1 commit into from
Sep 21, 2018
Merged

Fix condition to avoid undef behaviour #2281

merged 1 commit into from
Sep 21, 2018

Conversation

pmatos
Copy link
Collaborator

@pmatos pmatos commented Sep 21, 2018

Coverity scan uncovered an issue where by if p == 31, the following shift 1 << (p + 1) will cause undefined behaviour.

Coverity scan uncovered an issue where by if `p == 31`, the following shift `1 << (p + 1)` will cause undefined behaviour.
@mflatt mflatt merged commit 49d3141 into racket:master Sep 21, 2018
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.

None yet

2 participants