All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fixing coverity bug CID1311511
@ 2015-10-25 10:02 Lasya Venneti
  2015-10-25 10:02 ` [PATCH] Handles the error returned by the xc_dom_allocate function Lasya Venneti
  2015-10-26  9:09 ` [PATCH] Fixing coverity bug CID1311511 Dario Faggioli
  0 siblings, 2 replies; 7+ messages in thread
From: Lasya Venneti @ 2015-10-25 10:02 UTC (permalink / raw)
  To: xen-devel, george.dunlap, dario.faggioli, ian.campbell, wei.liu2,
	stefano.stebellini, lars.kurth, comethalley61

*This is part of my 'bite sized contribution' to Xen for the OutreachY program. 

*The change handles the return value of the function xc_dom_allocate, if the function returns NULL the function returns -1. It would not be useful to jump to err as err would check !dom for NULL. 

*Changes have been made in the build function in init-xenstore-domain.c

*I have taken these discussions for reference:
https://www.choon.net/forum/read.php?22,3805351,3805351

Signed-off: Lasya Venneti <comethalley61@gmail.com>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-11-02 12:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-25 10:02 [PATCH] Fixing coverity bug CID1311511 Lasya Venneti
2015-10-25 10:02 ` [PATCH] Handles the error returned by the xc_dom_allocate function Lasya Venneti
2015-10-26 10:40   ` Wei Liu
2015-11-02 12:02     ` Ian Campbell
2015-10-26  9:09 ` [PATCH] Fixing coverity bug CID1311511 Dario Faggioli
2015-10-26  9:18   ` Lasya Venneti
2015-10-26  9:21     ` Lasya Venneti

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.