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

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    3b42c58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c8834b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    744ba25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e534d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e8ced4 View commit details
    Browse the repository at this point in the history
  6. sanitize: fix buffer overflow errors

    These are just temporary string holders
    that we end up going over by 1.
    chino committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    a269ce5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25be6e2 View commit details
    Browse the repository at this point in the history
  8. sanitize: fix some integer overflow errors

    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.
    chino committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    d3baa5b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ee66ba4 View commit details
    Browse the repository at this point in the history
  10. sanitize: pass correct size to memset()

    We did not want a size of a pointer but instead size of the underlying
    memory storage.
    chino committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    fe6ebeb View commit details
    Browse the repository at this point in the history
  11. sonarqube: fix fscanf warning

    chino committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    199ebe5 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    e3bdb29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07c1c28 View commit details
    Browse the repository at this point in the history