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[codegen]: bounds check for signed index accesses #3817

Merged

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    266986a View commit details
    Browse the repository at this point in the history
  2. fix bad argument

    charles-cooper committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    b70777f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f41ef42 View commit details
    Browse the repository at this point in the history
  4. fix oob checks

    charles-cooper committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    21b8020 View commit details
    Browse the repository at this point in the history
  5. fix an off-by-one

    charles-cooper committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    105ea78 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    72f6018 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26 from cyberthirst/fix/negative-array-index

    chore: add array indexing tests
    charles-cooper authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b58d274 View commit details
    Browse the repository at this point in the history
  3. fix lint

    charles-cooper committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    beecc5a View commit details
    Browse the repository at this point in the history
  4. fix lint again

    charles-cooper committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    635a3d7 View commit details
    Browse the repository at this point in the history