2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-15 17:14:00 +08:00
linux-next/fs/cifsd
Yang Yingliang 673b9ba7a1 cifsd: fix memleak in ksmbd_vfs_stream_read()
Before ksmbd_vfs_stream_read() return, memory allocate in
ksmbd_vfs_getcasexattr() need be freed.

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
2021-05-31 13:52:59 +09:00
..
mgmt cifsd: Do not use 0 or 0xFFFFFFFF for TreeID 2021-05-18 10:31:03 +09:00
asn1.c cifsd: Alignment should match open parenthesis 2021-05-26 18:13:51 +09:00
asn1.h cifsd: Alignment should match open parenthesis 2021-05-26 18:13:51 +09:00
auth.c cifsd: fix Control flow issues in ksmbd_build_ntlmssp_challenge_blob() 2021-05-29 08:00:39 +09:00
auth.h cifsd: Alignment should match open parenthesis 2021-05-26 18:13:51 +09:00
buffer_pool.c cifsd: Alignment should match open parenthesis 2021-05-26 18:13:51 +09:00
buffer_pool.h cifsd: Alignment should match open parenthesis 2021-05-26 18:13:51 +09:00
connection.c cifsd: Alignment should match open parenthesis 2021-05-26 18:13:51 +09:00
connection.h cifsd: Alignment should match open parenthesis 2021-05-26 18:13:51 +09:00
crypto_ctx.c cifsd: Alignment should match open parenthesis 2021-05-26 18:13:51 +09:00
crypto_ctx.h cifsd: Alignment should match open parenthesis 2021-05-26 18:13:51 +09:00
glob.h cifsd: remove unused smberr.h 2021-05-10 19:15:42 -05:00
Kconfig cifsd: fix build error without CONFIG_OID_REGISTRY 2021-05-21 09:33:22 +09:00
ksmbd_server.h cifsd: remove the dead code of unimplemented durable handle 2021-05-10 19:15:44 -05:00
ksmbd_work.c cifsd: Alignment should match open parenthesis 2021-05-26 18:13:51 +09:00
ksmbd_work.h cifsd: remove unneeded macros 2021-05-10 19:15:27 -05:00
Makefile cifsd: fix build break from asn1 2021-05-11 10:46:50 +09:00
misc.c cifsd: Alignment should match open parenthesis 2021-05-26 18:13:51 +09:00
misc.h cifsd: Alignment should match open parenthesis 2021-05-26 18:13:51 +09:00
ndr.c cifsd: Alignment should match open parenthesis 2021-05-26 18:13:51 +09:00
ndr.h cifsd: Alignment should match open parenthesis 2021-05-26 18:13:51 +09:00
nterr.h cifsd: don't use multiple blank lines 2021-05-26 18:13:37 +09:00
ntlmssp.h cifsd: add server-side procedures for SMB3 2021-05-10 19:15:15 -05:00
oplock.c cifsd: remove unnecessary parentheses around 2021-05-26 18:13:55 +09:00
oplock.h cifsd: Alignment should match open parenthesis 2021-05-26 18:13:51 +09:00
server.c cifsd: Prefer kernel type 'u16' over 'uint16_t' 2021-05-26 18:13:59 +09:00
server.h cifsd: remove stale prototype and variables 2021-05-10 19:15:35 -05:00
smb2misc.c cifsd: Alignment should match open parenthesis 2021-05-26 18:13:51 +09:00
smb2ops.c cifsd: make alignment match open parenthesis 2021-05-31 13:48:38 +09:00
smb2pdu.c cifsd: make alignment match open parenthesis 2021-05-31 13:48:38 +09:00
smb2pdu.h cifsd: make alignment match open parenthesis 2021-05-31 13:48:38 +09:00
smb_common.c cifsd: Alignment should match open parenthesis 2021-05-26 18:13:51 +09:00
smb_common.h cifsd: Prefer kernel type 'u16' over 'uint16_t' 2021-05-26 18:13:59 +09:00
smbacl.c cifsd: Alignment should match open parenthesis 2021-05-26 18:13:51 +09:00
smbacl.h cifsd: make alignment match open parenthesis 2021-05-31 13:48:38 +09:00
smbfsctl.h cifsd: add support for FSCTL_DUPLICATE_EXTENTS_TO_FILE 2021-05-18 10:38:41 +09:00
smbstatus.h cifsd: add server-side procedures for SMB3 2021-05-10 19:15:15 -05:00
spnego_negtokeninit.asn1 cifsd: decoding gss token using lib/asn1_decoder.c 2021-05-11 10:46:38 +09:00
spnego_negtokentarg.asn1 cifsd: decoding gss token using lib/asn1_decoder.c 2021-05-11 10:46:38 +09:00
transport_ipc.c cifsd: Alignment should match open parenthesis 2021-05-26 18:13:51 +09:00
transport_ipc.h cifsd: make alignment match open parenthesis 2021-05-31 13:48:38 +09:00
transport_rdma.c cifsd: Alignment should match open parenthesis 2021-05-26 18:13:51 +09:00
transport_rdma.h
transport_tcp.c cifsd: make alignment match open parenthesis 2021-05-31 13:48:38 +09:00
transport_tcp.h
unicode.c cifsd: Alignment should match open parenthesis 2021-05-26 18:13:51 +09:00
unicode.h cifsd: Alignment should match open parenthesis 2021-05-26 18:13:51 +09:00
uniupr.h cifsd: add server-side procedures for SMB3 2021-05-10 19:15:15 -05:00
vfs_cache.c cifsd: Alignment should match open parenthesis 2021-05-26 18:13:51 +09:00
vfs_cache.h cifsd: enclose macro variables in parenthesis 2021-05-31 13:48:29 +09:00
vfs.c cifsd: fix memleak in ksmbd_vfs_stream_read() 2021-05-31 13:52:59 +09:00
vfs.h cifsd: Alignment should match open parenthesis 2021-05-26 18:13:51 +09:00