From: Oleg Nesterov Date: Sat, 29 Oct 2005 15:37:40 +0000 (+0400) Subject: [PATCH] fix ->signal->live leak in copy_process() X-Git-Tag: v2.6.15-rc1~731^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d027de54c77d38eedc9b331c7a2a39807d34691;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed