Skip to content
Commit 2633f0e5 authored by Steve VanDeBogart's avatar Steve VanDeBogart Committed by Ingo Molnar
Browse files

exit signals: use of uninitialized field notify_count



task->signal->notify_count is only initialized if
task->signal->group_exit_task is not NULL.  Reorder a conditional so
that uninitialised memory is not used.  Found by Valgrind.

Signed-off-by: default avatarSteve VanDeBogart <vandebo-lkml@nerdbox.net>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 74870172
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment