signal: Ensure every siginfo we send has all bits initialized
[sfrench/cifs-2.6.git] / arch / parisc / kernel / unaligned.c
index e36f7b75ab07b3275a5af086cb4ab22dd6102119..30b7c7f6c471d550728db9bfce9d1e2720e264e6 100644 (file)
@@ -455,6 +455,7 @@ void handle_unaligned(struct pt_regs *regs)
        struct siginfo si;
        register int flop=0;    /* true if this is a flop */
 
+       clear_siginfo(&si);
        __inc_irq_stat(irq_unaligned_count);
 
        /* log a message with pacing */