kernel/signal.c: stop info leak via the tkill and the tgkill syscalls
[pandora-kernel.git] / kernel / signal.c
index ea76d30..3ecf574 100644 (file)
@@ -2790,7 +2790,7 @@ do_send_specific(pid_t tgid, pid_t pid, int sig, struct siginfo *info)
 
 static int do_tkill(pid_t tgid, pid_t pid, int sig)
 {
-       struct siginfo info;
+       struct siginfo info = {};
 
        info.si_signo = sig;
        info.si_errno = 0;