]> xenbits.xensource.com Git - libvirt.git/commit
build: silence coverity false positive
authorEric Blake <eblake@redhat.com>
Wed, 8 Jun 2011 11:23:00 +0000 (05:23 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 8 Jun 2011 11:23:00 +0000 (05:23 -0600)
commitf876c30cfe09cb86bd4bdb019c89d2b9d9e3217f
tree70235a955450f9d7090a9770980f37b523f8e317
parent54456cc0fd3590ae9d1d4a74161eb9aa76d66710
build: silence coverity false positive

Similar in nature to commit fd21ecfd, which shut up valgrind.

sigaction is apparently a nasty interface for analyzer tools,
at least for how many false positives it generates.

* src/util/command.c (virExecWithHook): Initialize entire var, since
coverity gripes about the (unused and non-standard) sa_restorer.
src/util/command.c