commit | e073fc58dfe6a4c9b614320c1d56bb71cb213ec4 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Tue Apr 14 15:43:19 2015 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Apr 14 16:48:57 2015 -0700 |
tree | 312f2d7e424362beb03ead1bdd39c50e5612b8c1 | |
parent | d0ba25b905ba1246d04578cd59df83014e9b9152 [diff] |
ocfs2: dereferencing freed pointers in ocfs2_reflink() The code at the "out" label assumes that "default_acl" and "acl" are NULL, but actually the pointers can be NULL, unitialized, or freed. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Mark Fasheh <mfasheh@suse.de> Cc: Joel Becker <jlbec@evilplan.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>