commit | 6aa0c114eceec8cc61715f74a4ce91b048d7561c | [log] [tgz] |
---|---|---|
author | Paulo Alcantara <paulo@paulo.ac> | Wed Jul 04 14:16:16 2018 -0300 |
committer | Steve French <stfrench@microsoft.com> | Thu Jul 05 13:48:24 2018 -0500 |
tree | dbcc1f80f7c55ef5aa47504c8872b0813ccf23f8 | |
parent | 81f39f951b8098b1c59b01ad10d06d7dc01c7019 [diff] |
cifs: Fix memory leak in smb2_set_ea() This patch fixes a memory leak when doing a setxattr(2) in SMB2+. Signed-off-by: Paulo Alcantara <palcantara@suse.de> Cc: stable@vger.kernel.org Signed-off-by: Steve French <stfrench@microsoft.com> Reviewed-by: Aurelien Aptel <aaptel@suse.com>