]> xenbits.xensource.com Git - qemu-xen-unstable.git/commit
signal: Don't use uninitalised sival_ptr
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 21 Apr 2015 13:35:45 +0000 (14:35 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 16 Oct 2015 15:52:06 +0000 (16:52 +0100)
commit9b81761be03ac017bdb1a212e4b59de545853d2f
tree00abff38d93f1192cc48ef64c4295e121052d6cc
parentc36a4e522bfa615f38fbf71d7da483fefc8900f2
signal: Don't use uninitalised sival_ptr

In 64bit builds, setting sival_int to 0 doesn't clear the upper half of the
sival_ptr pointer.  Valgrind does not like this.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
vl.c