Message ID | 20220810002735.2260172-5-ammar.faizi@intel.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | liburing test fixes | expand |
diff --git a/test/fixed-reuse.c b/test/fixed-reuse.c index 401251a..a248e35 100644 --- a/test/fixed-reuse.c +++ b/test/fixed-reuse.c @@ -26,7 +26,7 @@ static int test(struct io_uring *ring) { struct io_uring_cqe *cqe; struct io_uring_sqe *sqe; - char buf[BSIZE]; + char buf[BSIZE] = { }; int ret, i; /* open FNAME1 in slot 0 */