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

src: fix logically dead code reported by Coverity #48589

Merged
merged 1 commit into from
Jul 4, 2023

Commits on Jun 28, 2023

  1. src: fix logically dead code reported by Coverity

    Value of the `nwrite` variable will always be less than 0 when it
    reaches the `switch` statement because of the previous check, which
    causes `case 0` to never be executed, change the check to allow 0 or
    less.
    VoltrexKeyva committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    d765ac4 View commit details
    Browse the repository at this point in the history