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:
a231a1f
)
mmap: check ->vm_ops before dereferencing
author
Rik van Riel
<riel@redhat.com>
Mon, 26 Apr 2010 16:33:03 +0000
(12:33 -0400)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 27 Apr 2010 15:26:51 +0000
(08:26 -0700)
Check whether the VMA has a vm_ops before calling close, just
like we check vm_ops before calling open a few dozen lines
higher up in the function.
Signed-off-by: Rik van Riel <riel@redhat.com>
Reported-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found