Files
twx-linux/kernel
Roland McGrath 36ef66c5d1 wait_task_stopped: Check p->exit_state instead of TASK_TRACED (CVE-2007-5500)
patch a3474224e6 in mainline

The original meaning of the old test (p->state > TASK_STOPPED) was
"not dead", since it was before TASK_TRACED existed and before the
state/exit_state split.  It was a wrong correction in commit
14bf01bb05 to make this test for
TASK_TRACED instead.  It should have been changed when TASK_TRACED
was introducted and again when exit_state was introduced.

Signed-off-by: Roland McGrath <roland@redhat.com>
Cc: Oleg Nesterov <oleg@tv-sign.ru>
Cc: Alexey Dobriyan <adobriyan@sw.ru>
Cc: Kees Cook <kees@ubuntu.com>
Acked-by: Scott James Remnant <scott@ubuntu.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-11-16 10:10:56 -08:00
..
2007-08-31 01:42:23 -07:00
2007-08-22 19:52:44 -07:00
2007-11-16 08:12:44 -08:00
2007-11-16 08:12:44 -08:00
2007-10-01 07:52:23 -07:00
2007-08-11 15:47:42 -07:00
2007-07-31 15:39:40 -07:00
2007-08-22 19:52:46 -07:00
2007-08-11 15:47:42 -07:00
2007-10-02 14:13:08 +02:00
2007-09-19 23:34:46 +02:00
2007-10-01 07:52:23 -07:00
2007-09-19 11:24:18 -07:00
2007-08-27 10:27:48 -07:00