hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/9p/trans_virtio.c
....@@ -394,7 +394,7 @@
394394 struct page **in_pages = NULL, **out_pages = NULL;
395395 struct virtio_chan *chan = client->trans;
396396 struct scatterlist *sgs[4];
397
- size_t offs;
397
+ size_t offs = 0;
398398 int need_drop = 0;
399399 int kicked = 0;
400400