Re: [PATCH 1/7 v2] Coverity: Fix the forward_null error in Python binding codes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 05/02/2012 09:05 AM, Osier Yang wrote:
> 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 |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/python/libvirt-override.c b/python/libvirt-override.c
> index 56f96ba..130e702 100644
> --- a/python/libvirt-override.c
> +++ b/python/libvirt-override.c
> @@ -71,7 +71,7 @@ static char *py_str(PyObject *obj)
>  /* Helper function to convert a virTypedParameter output array into a
>   * Python dictionary for return to the user.  Return NULL on failure,
>   * after raising a python exception.  */
> -static PyObject * ATTRIBUTE_NONNULL(1)
> +static PyObject *

ACK.

-- 
Eric Blake   eblake@xxxxxxxxxx    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]