cifsd: Fix a use after free on error path
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 18 Mar 2021 13:12:54 +0000 (16:12 +0300)
committerSteve French <stfrench@microsoft.com>
Tue, 11 May 2021 00:15:20 +0000 (19:15 -0500)
commita2ba2709f5e465b316ef1f18605190d249847aad
tree877939cfa1e7e44048f8d25312b59d2af2651b68
parent8ef32967065737dac51974efae333436354bea0a
cifsd: Fix a use after free on error path

The ksmbd_free_work_struct() frees "work" so we need to swap the order
of these two function calls to avoid a use after free.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifsd/oplock.c