]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Coverity: Fix the forward_null error in Python binding codes
authorOsier Yang <jyang@redhat.com>
Wed, 2 May 2012 15:05:59 +0000 (23:05 +0800)
committerOsier Yang <jyang@redhat.com>
Fri, 4 May 2012 02:23:57 +0000 (10:23 +0800)
commitb80f4db9931ceea4bec1d178322058df77ece7a4
treea92e50f567d46342f87a5a7d3f75f0bf77087329
parentcdce2f42d9394177220c4deb38b44342c86e22df
Coverity: Fix the forward_null error in Python binding codes

Related coverity log:

Error: FORWARD_NULL:
/builddir/build/BUILD/libvirt-0.9.10/python/libvirt-override.c:355:
assign_zero: Assigning: "params" = 0.
/builddir/build/BUILD/libvirt-0.9.10/python/libvirt-override.c:458:
var_deref_model: Passing null variable "params" to function
"getPyVirTypedParameter", which dereferences it. (The dereference is assumed on
the basis of the 'nonnull' parameter attribute.)
python/libvirt-override.c