Message ID | 20220810002735.2260172-9-ammar.faizi@intel.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | liburing test fixes | expand |
diff --git a/test/232c93d07b74.c b/test/232c93d07b74.c index c99491f..4dc12c1 100644 --- a/test/232c93d07b74.c +++ b/test/232c93d07b74.c @@ -121,7 +121,7 @@ static void *rcv(void *arg) int done = 0; while (!done && bytes_read != 33) { - char buff[RECV_BUFF_SIZE]; + char buff[RECV_BUFF_SIZE] = { }; struct iovec iov; iov.iov_base = buff;