diff options
author | 2013-01-03 09:24:28 +0900 | |
---|---|---|
committer | 2013-01-04 09:46:27 +0900 | |
commit | c1b75eabec4eddce55ebb078f84481f58272878f (patch) | |
tree | 9d792a10e129791ac70929190a5614ea4ec91bea /tools/perf/scripts/python/export-to-postgresql.py | |
parent | f2fs: initialize newly allocated dnode structure (diff) | |
download | linux-dev-c1b75eabec4eddce55ebb078f84481f58272878f.tar.xz linux-dev-c1b75eabec4eddce55ebb078f84481f58272878f.zip |
f2fs: avoid null dereference in f2fs_acl_from_disk
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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions