diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-04-29 11:46:02 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-04-29 13:26:19 -0600 |
commit | cf3770e78421f268dee3c1eef5e8a5d284ec3416 (patch) | |
tree | 00d90c9f6a79be0de7da1d1e2dae34fe4ab348dd /drivers/usb/cdns3/cdns3-debug.h | |
parent | 47b228ce6f66830768eac145efa7746637969101 (diff) |
io_uring: Fix premature return from loop and memory leak
Currently the -EINVAL error return path is leaking memory allocated
to data. Fix this by not returning immediately but instead setting
the error return variable to -EINVAL and breaking out of the loop.
Kudos to Pavel Begunkov for suggesting a correct fix.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/20210429104602.62676-1-colin.king@canonical.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions