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 potentially truncated int casts in $GENERATE code #1212

Merged
merged 1 commit into from
Jan 30, 2021

Commits on Jan 30, 2021

  1. Fix potentially truncated int casts in $GENERATE code

    These were flagged by GitHub CodeQL code scanning as potential
    vulnerabilities or issues. Fixing them is easy and they are incorrect.
    
    Adding tests is less easy because int is 64-bits on most systems,
    including those we test on, so we can't consistently provoke a failure
    here.
    tmthrgd committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    20691ca View commit details
    Browse the repository at this point in the history