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:
d66d1f7
)
f2fs: avoid null dereference in f2fs_acl_from_disk
author
Jaegeuk Kim
<jaegeuk.kim@samsung.com>
Thu, 3 Jan 2013 00:24:28 +0000
(09:24 +0900)
committer
Jaegeuk Kim
<jaegeuk.kim@samsung.com>
Fri, 4 Jan 2013 00:46:27 +0000
(09:46 +0900)
This patch resolves Coverity #751303:
>>> CID 753103: Explicit null dereferenced (FORWARD_NULL) Passing null
>>> pointer "value" to function "f2fs_acl_from_disk(char const *, size_t)",
which dereferences it.
[Error path]
- value = NULL;
- retval = 0 by f2fs_getxattr();
- f2fs_acl_from_disk(value:NULL, ...);
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
No differences found