Commit 6bbe7849 authored by Linus Torvalds's avatar Linus Torvalds Committed by Vojtech Pavlik

Missed initialization of "curr_target" in execve() dethreading case.

parent 98426365
......@@ -596,6 +596,7 @@ static inline int de_thread(struct task_struct *tsk)
newsig->group_exit_code = 0;
newsig->group_exit_task = NULL;
newsig->group_stop_count = 0;
newsig->curr_target = NULL;
init_sigpending(&newsig->shared_pending);
}
......
Markdown is supported
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