Skip to content
Commit e21e1c45 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: clear opcode specific data for an early failure



If failure happens before the opcode prep handler is called, ensure that
we clear the opcode specific area of the request, which holds data
specific to that request type. This prevents errors where opcode
handlers either don't get to clear per-request private data since prep
isn't even called.

Reported-and-tested-by: default avatar <syzbot+f8e9a371388aa62ecab4@syzkaller.appspotmail.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent f3a640cc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment