diff options
Diffstat (limited to 'net/stream.c')
-rw-r--r-- | net/stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/stream.c b/net/stream.c index 4de5613..6152d2a 100644 --- a/net/stream.c +++ b/net/stream.c @@ -148,7 +148,7 @@ static gboolean net_stream_send(QIOChannel *ioc, NetStreamState *s = data; int size; int ret; - char buf1[NET_BUFSIZE]; + QEMU_UNINITIALIZED char buf1[NET_BUFSIZE]; const char *buf; size = qio_channel_read(s->ioc, buf1, sizeof(buf1), NULL); |