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: Fix NPE on invalid affinity group ID #552

Merged
merged 1 commit into from
Jul 25, 2022

Commits on Jul 25, 2022

  1. core: Fix NPE on invalid affinity group ID

    Added null check in AffinityGroupCRUDCommand.getClusterId() to avoid NPE
    when the affinity group does not exist. The command fails in the
    validation later.
    
    Change-Id: I473969a190ab5db1577615d28970d72e10341846
    Bug-Url: https://bugzilla.redhat.com/2067104
    Signed-off-by: Shmuel Melamud <smelamud@redhat.com>
    smelamud committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    d31b17c View commit details
    Browse the repository at this point in the history