diff --git a/block/stream.c b/block/stream.c index 608a860aa250f1035043989e0c9dd6428bbda192..8e5832273bdd28c73530b6b3533d7463be253520 100644 --- a/block/stream.c +++ b/block/stream.c @@ -166,7 +166,7 @@ static void coroutine_fn stream_run(void *opaque) BlockDriverState *base = s->base; int64_t sector_num, end; int ret = 0; - int n; + int n = 0; void *buf; s->common.len = bdrv_getlength(bs);