]> git.proxmox.com Git - mirror_qemu.git/commit
mirror: limit niov to IOV_MAX elements, again
authorJohn Snow <jsnow@redhat.com>
Wed, 22 Jun 2016 19:51:03 +0000 (15:51 -0400)
committerJeff Cody <jcody@redhat.com>
Wed, 29 Jun 2016 02:53:03 +0000 (22:53 -0400)
commite4808881cbbe8ee9b587a49dd5fabd88375affd6
treefbb6f83e911480809b5315b1e90ba3a03a73bb2f
parent176129552f78bcb99022036d3293c6593c9716c3
mirror: limit niov to IOV_MAX elements, again

During the refactor of mirror_iteration in e5b43573,
we regressed the fix introduced in cae98cb8.

This patch re-adds IOV_MAX checking to cases where we
aren't checking alignment (and size) already.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Message-id: 1466625064-11280-3-git-send-email-jsnow@redhat.com
Signed-off-by: Jeff Cody <jcody@redhat.com>
block/mirror.c