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:
d45e44d
)
[PATCH] xacct_add_tsk: fix pure theoretical ->mm use-after-free
author
Oleg Nesterov
<oleg@tv-sign.ru>
Mon, 30 Oct 2006 06:46:43 +0000
(22:46 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 30 Oct 2006 20:08:41 +0000
(12:08 -0800)
Paranoid fix. The task can free its ->mm after the 'if (p->mm)' check.
Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Cc: Shailabh Nagar <nagar@watson.ibm.com>
Cc: Balbir Singh <balbir@in.ibm.com>
Cc: Jay Lan <jlan@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found