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:
9084533
)
[PATCH] affs: possible null pointer dereference in affs_rename()
author
Florin Malita
<fmalita@gmail.com>
Fri, 26 May 2006 01:44:23 +0000
(18:44 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 26 May 2006 18:55:46 +0000
(11:55 -0700)
If affs_bread() fails, the exit path calls mark_buffer_dirty_inode() with a
NULL argument.
Coverity CID: 312.
Signed-off-by: Florin Malita <fmalita@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found