Asaf Shakarchi has submitted this change and it was merged.

Change subject: webadmin: Check for NPE in 
AsyncDataProvider:GetInterfaceOptionsForEditNetwork
......................................................................


webadmin: Check for NPE in AsyncDataProvider:GetInterfaceOptionsForEditNetwork

There's a possible branch of statement, that if executed
a null value will be dereferenced. this patch verifies that the var
is not null before using it.

Change-Id: Iba10d8a40e414e18fa6a87024dad9e1ed6a69bc7
Signed-off-by: Asaf Shakarchi <[email protected]>
---
M 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Asaf Shakarchi: Verified; Looks good to me, approved


--
To view, visit http://gerrit.ovirt.org/11722
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iba10d8a40e414e18fa6a87024dad9e1ed6a69bc7
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Asaf Shakarchi <[email protected]>
Gerrit-Reviewer: Asaf Shakarchi <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Tal Nisan <[email protected]>
Gerrit-Reviewer: Vered Volansky <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to