]> git.proxmox.com Git - mirror_qemu.git/commit
blkverify: Catch bs->exact_filename overflow
authorMax Reitz <mreitz@redhat.com>
Tue, 13 Jun 2017 17:20:06 +0000 (19:20 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 24 Aug 2017 21:57:05 +0000 (16:57 -0500)
commit21827917342bac938e462513afee6c7d39f28adc
tree5058638acd7c44bce7a06ce750442cdaf810ec60
parent1828d47845ca92ec3fcfd82399f036526afc6a31
blkverify: Catch bs->exact_filename overflow

The bs->exact_filename field may not be sufficient to store the full
blkverify node filename. In this case, we should not generate a filename
at all instead of an unusable one.

Cc: qemu-stable@nongnu.org
Reported-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-id: 20170613172006.19685-3-mreitz@redhat.com
Reviewed-by: Alberto Garcia <berto@igalia.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
(cherry picked from commit 05cc758a3dfc79488d0a8eb7f5830a41871e78d0)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
block/blkverify.c