]> git.proxmox.com Git - mirror_qemu.git/commit
qed: Make qiov match request size until backing file EOF
authorKevin Wolf <kwolf@redhat.com>
Fri, 4 Jul 2014 15:11:28 +0000 (17:11 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 14 Jul 2014 10:03:20 +0000 (12:03 +0200)
commitf06ee3d4aa547df8d7d2317b2b6db7a88c1f3744
treed334ecfe630780d495e55443038ab140085373af
parent44deba5a52576508f27edadf953e435141e2a76a
qed: Make qiov match request size until backing file EOF

If a QED image has a shorter backing file and a read request to
unallocated clusters goes across EOF of the backing file, the backing
file sees a shortened request and the rest is filled with zeros.
However, the original too long qiov was used with the shortened request.

This patch makes the qiov size match the request size, avoiding a
potential buffer overflow in raw-posix.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
block/qed.c
block/qed.h