summaryrefslogtreecommitdiff
path: root/bsd-user/Makefile.objs
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2014-07-04 17:11:28 +0200
committerKevin Wolf <kwolf@redhat.com>2014-07-14 12:03:20 +0200
commitf06ee3d4aa547df8d7d2317b2b6db7a88c1f3744 (patch)
treed334ecfe630780d495e55443038ab140085373af /bsd-user/Makefile.objs
parent44deba5a52576508f27edadf953e435141e2a76a (diff)
downloadqemu-f06ee3d4aa547df8d7d2317b2b6db7a88c1f3744.tar.gz
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>
Diffstat (limited to 'bsd-user/Makefile.objs')
0 files changed, 0 insertions, 0 deletions