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:
f6614b7
)
cifs: fix potential use-after-free in cifs_oplock_break_put
author
Jeff Layton
<jlayton@redhat.com>
Wed, 10 Nov 2010 15:19:10 +0000
(10:19 -0500)
committer
Steve French
<sfrench@us.ibm.com>
Wed, 10 Nov 2010 15:37:17 +0000
(15:37 +0000)
cfile may very well be freed after the cifsFileInfo_put. Make sure we
have a valid pointer to the superblock for cifs_sb_deactive.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
No differences found