[libvirt] [PATCH v3] Fixed NULL pointer check

2012-03-19 Thread Martin Kletzander
This patch fixes a NULL pointer check that was causing SegFault on some specific configurations. It also reverts commit 59d0c9801c1ab that was checking for this value in one place. --- v3: - added revert of 59d0c9801c1ab that's not needed anymore - (comment) ATTRIBUTE_RETURN_CHECK not added as

Re: [libvirt] [PATCH v3] Fixed NULL pointer check

2012-03-19 Thread Daniel P. Berrange
On Mon, Mar 19, 2012 at 11:05:30AM +0100, Martin Kletzander wrote: This patch fixes a NULL pointer check that was causing SegFault on some specific configurations. It also reverts commit 59d0c9801c1ab that was checking for this value in one place. --- v3: - added revert of 59d0c9801c1ab

Re: [libvirt] [PATCH v3] Fixed NULL pointer check

2012-03-19 Thread Michal Privoznik
On 19.03.2012 11:05, Martin Kletzander wrote: This patch fixes a NULL pointer check that was causing SegFault on some specific configurations. It also reverts commit 59d0c9801c1ab that was checking for this value in one place. --- v3: - added revert of 59d0c9801c1ab that's not needed