commit | 42838bb265b9cff3de9587fcacc398b5112dc2d9 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jj@chaosbits.net> | Thu Jan 06 21:45:21 2011 +0000 |
committer | Chris Mason <chris.mason@oracle.com> | Sun Jan 16 11:30:19 2011 -0500 |
tree | 4c0cfbe4f41004b096917ddf75ed7d74743a4af3 | |
parent | 6d07bcec969af335d4e35b3921131b7929bd634e [diff] |
btrfs: Mem leak in btrfs_get_acl() It seems to me that we leak the memory allocated to 'value' in btrfs_get_acl() if the call to posix_acl_from_xattr() fails. Here's a patch that attempts to correct that problem. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Chris Mason <chris.mason@oracle.com>