Message ID | 20220810002735.2260172-8-ammar.faizi@intel.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | liburing test fixes | expand |
diff --git a/test/submit-link-fail.c b/test/submit-link-fail.c index 45f6976..e62f793 100644 --- a/test/submit-link-fail.c +++ b/test/submit-link-fail.c @@ -23,7 +23,7 @@ static int test_underprep_fail(bool hardlink, bool drain, bool link_last, struct io_uring ring; struct io_uring_sqe *sqe; struct io_uring_cqe *cqe; - char buffer[1]; + char buffer[1] = { }; int i, ret, fds[2]; if (drain)