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

Conversation

smelamud
Copy link
Member

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

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>
@ahadas
Copy link
Member

ahadas commented Jul 25, 2022

/ost

@ahadas ahadas merged commit f78fa54 into oVirt:master Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants