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

core: add missing error type check to exec #8751

Merged

Commits on Sep 22, 2021

  1. core: add missing error type check to exec

    In ExtractExitCode, there is one error type that can be valid as a
    pointer or not-as-a-pointer. Add a case to the type check for the
    non-pointer condition.
    
    Resolves rook#8280
    
    Signed-off-by: Blaine Gardner <blaine.gardner@redhat.com>
    BlaineEXE committed Sep 22, 2021
    Copy the full SHA
    bc494f5 View commit details
    Browse the repository at this point in the history