[Xen-devel] [PATCH 15/32] signal: Don't use uninitalised sival_ptr

2015-04-22 Thread Andrew Cooper
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 --- vl.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vl.c b/vl.c index 67d9d86..c864e7d 100644 --- a/vl.c +++ b/v

[Xen-devel] [PATCH 15/32] signal: Don't use uninitalised sival_ptr

2015-04-22 Thread Andrew Cooper
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 --- vl.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vl.c b/vl.c index 67d9d86..c864e7d 100644 --- a/vl.c +++ b/v