Skip to content

Commit a4c3a07

Browse files
committed
Merge tag 'for-linus-xsa-6.1-rc9b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull xen fix from Juergen Gross: "A single fix for the recent security issue XSA-423" * tag 'for-linus-xsa-6.1-rc9b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: xen/netback: fix build warning
2 parents 306ba24 + 7dfa764 commit a4c3a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/xen-netback/netback.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ static int xenvif_tx_check_gop(struct xenvif_queue *queue,
530530
const bool sharedslot = nr_frags &&
531531
frag_get_pending_idx(&shinfo->frags[0]) ==
532532
copy_pending_idx(skb, copy_count(skb) - 1);
533-
int i, err;
533+
int i, err = 0;
534534

535535
for (i = 0; i < copy_count(skb); i++) {
536536
int newerr;

0 commit comments

Comments
 (0)