commit | 13c223962eac16f161cf9b6355209774c609af28 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Tue Apr 11 12:06:06 2023 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Apr 12 12:09:41 2023 -0600 |
tree | 9e4b653e853938015578464a5384f4d39cbfbce9 | |
parent | 528407b1e0ea51260fff2cc8b669c632a65d7a09 [diff] |
io_uring/rsrc: zero node's rsrc data on alloc struct io_rsrc_node::rsrc_data field is initialised on rsrc removal and shouldn't be used before that, still let's play safe and zero the field on alloc. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Link: https://lore.kernel.org/r/09bd03cedc8da8a7974c5e6e4bf0489fd16593ab.1681210788.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <axboe@kernel.dk>