hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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