Re: [PATCH 1/2] signals: sys_ssetmask() uses uninitialized newmask

2013-01-05 Thread CAI Qian
- Original Message - > From: "Oleg Nesterov" > To: "CAI Qian" , "Andrew Morton" > , "Linus Torvalds" > > Cc: "Linda Wang" , "Matt Zywusko" , > "Al Viro" , > linux-kernel@vger.kernel.org >

[PATCH 1/2] signals: sys_ssetmask() uses uninitialized newmask

2013-01-05 Thread Oleg Nesterov
77097ae5 "most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set" removed the initialization of newmask by accident, restore. Reported-by: CAI Qian Signed-off-by: Oleg Nesterov Cc: sta...@kernel.org # v3.5+ --- kernel/signal.c |1 + 1 files changed, 1 insertions(+), 0