Message ID | 20220810002735.2260172-10-ammar.faizi@intel.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | liburing test fixes | expand |
diff --git a/test/eventfd-disable.c b/test/eventfd-disable.c index 2c8cf6d..9de2465 100644 --- a/test/eventfd-disable.c +++ b/test/eventfd-disable.c @@ -21,7 +21,7 @@ int main(int argc, char *argv[]) struct io_uring_sqe *sqe; struct io_uring_cqe *cqe; struct io_uring ring; - uint64_t ptr; + uint64_t ptr = 0; struct iovec vec = { .iov_base = &ptr, .iov_len = sizeof(ptr)