[libvirt] [PATCH] util: Remove ATTRIBUTE_NONNULL from virClassNew()

Eric Blake eblake at redhat.com
Tue Jan 22 17:40:23 UTC 2013


On 01/22/2013 07:16 AM, John Ferlan wrote:
> When compiling with Coverity, the STATIC_ANALYSIS was set to true which
> triggered the ATTRIBUTE_NONNULL check from src/internal.h.  Since virClassNew
> now expects to be called with NULL under a special condition, this check
> is no longer valid.

I posted an alternative version, that only conditionally removes the
attribute:
https://www.redhat.com/archives/libvir-list/2013-January/msg01589.html

>  virClassPtr virClassNew(virClassPtr parent,
>                          const char *name,
>                          size_t objectSize,
> -                        virObjectDisposeCallback dispose)
> -    ATTRIBUTE_NONNULL(1);
> +                        virObjectDisposeCallback dispose);
>  
>  const char *virClassName(virClassPtr klass)
>      ATTRIBUTE_NONNULL(1);
> 

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 621 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20130122/7fb45585/attachment-0001.sig>


More information about the libvir-list mailing list