commit | 8d027de54c77d38eedc9b331c7a2a39807d34691 | [log] [tgz] |
---|---|---|
author | Oleg Nesterov <oleg@tv-sign.ru> | Sat Oct 29 19:37:40 2005 +0400 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Oct 29 10:28:13 2005 -0700 |
tree | cfa290c7ca6b63f33b2b4624695596f38bcda2fd | |
parent | 47e627ce83b6df9f4bb8e4b0a4dde1c5d7a4c929 [diff] |
[PATCH] fix ->signal->live leak in copy_process() exit_signal() (called from copy_process's error path) should decrement ->signal->live, otherwise forking process will miss 'group_dead' in do_exit(). Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru> Signed-off-by: Linus Torvalds <torvalds@osdl.org>