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

fixes based on ubsan output #360

Merged
merged 2 commits into from
Dec 22, 2023
Merged

fixes based on ubsan output #360

merged 2 commits into from
Dec 22, 2023

Conversation

assertivist
Copy link
Member

I ran the clang undefined behavior detection against Avara, added it all into the Makefile, and tried to fix a couple things it complained about.

One of these is the FRandSeed doing a signed overflow over and over. I changed it so that it does an unsigned overflow, but i still want @tra to look at it.

@assertivist assertivist requested a review from tra August 23, 2023 02:53
@assertivist assertivist merged commit 84590a4 into main Dec 22, 2023
3 checks passed
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.

1 participant