]> git.proxmox.com Git - qemu.git/commit
qemu-ga: Fix null pointer passed to unlink in failure branch
authorStefan Weil <sw@weilnetz.de>
Fri, 24 Aug 2012 05:03:03 +0000 (07:03 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 29 Aug 2012 13:25:55 +0000 (08:25 -0500)
commit4bdb1a3059d7d3a931de0748a2eec39a0ab41b4e
tree8fcf6f2700ba8967b652b27d3000216c449440ff
parent7e2a62d82a3f1397acd67685c3008046eba8344b
qemu-ga: Fix null pointer passed to unlink in failure branch

Clang reports this warning:

Null pointer passed as an argument to a 'nonnull' parameter

Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-ga.c