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

Various fixes for makefile and cleaning up errors reported by new sanitizer #310

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

chino
Copy link
Member

@chino chino commented Oct 3, 2022

See commits...

@chino chino force-pushed the various-fixes branch 2 times, most recently from 1261292 to 1a4d0a6 Compare October 3, 2022 06:47
RandomStartPosModify still overflows but this stops sanitize
from throwing an error which was triggered by casting the value
back from a float to an int16.

Likewise in RGBA_MAKE we had to cast `a` to a larger size to
avoid the error messages.
We did not want a size of a pointer but instead size of the underlying
memory storage.
@sonarcloud
Copy link

sonarcloud bot commented Oct 3, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link

sonarcloud bot commented Jul 18, 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.

2 participants