git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47e627c
)
[PATCH] fix ->signal->live leak in copy_process()
author
Oleg Nesterov
<oleg@tv-sign.ru>
Sat, 29 Oct 2005 15:37:40 +0000
(19:37 +0400)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sat, 29 Oct 2005 17:28:13 +0000
(10:28 -0700)
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>
No differences found