From: Jaegeuk Kim Date: Thu, 3 Jan 2013 00:24:28 +0000 (+0900) Subject: f2fs: avoid null dereference in f2fs_acl_from_disk X-Git-Tag: v3.8-rc5~24^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1b75eabec4eddce55ebb078f84481f58272878f;p=pandora-kernel.git 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 --- Reading git-diff-tree failed