commit | a2ba2709f5e465b316ef1f18605190d249847aad | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Mar 18 16:12:54 2021 +0300 |
committer | Steve French <stfrench@microsoft.com> | Mon May 10 19:15:20 2021 -0500 |
tree | 877939cfa1e7e44048f8d25312b59d2af2651b68 | |
parent | 8ef32967065737dac51974efae333436354bea0a [diff] |
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>