t/io_uring: memset() allocated memory
authorKeith Busch <kbusch@kernel.org>
Mon, 11 Mar 2019 16:46:47 +0000 (10:46 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 11 Mar 2019 16:46:47 +0000 (10:46 -0600)
commitd9c50de7c1d95e5c173ac6d7f5b3f0d63131f8b4
tree6d2dc419c06b73b9ca691c1f9710a5d9d2879412
parente39863e3cb61bb750f5e7d87fcf11c2bf4651996
t/io_uring: memset() allocated memory

But I totally rushed this patch and just sent it once I heard it "worked",
and it really doesn't because malloc doesn't zero the buffer. My mistake,
kzalloc spoiled me. Here's the fix:

Fixes: e39863e3cb61 ("t/io_uring: add depth options")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
t/io_uring.c