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:
b464133
)
mount_subtree() pointless use-after-free
author
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 22 Nov 2011 17:31:21 +0000
(12:31 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 22 Nov 2011 17:31:21 +0000
(12:31 -0500)
d'oh... we'd carefully pinned mnt->mnt_sb down, dropped mnt and attempt
to grab s_umount on mnt->mnt_sb. The trouble is, *mnt might've been
overwritten by now...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found