]> xenbits.xensource.com Git - qemu-xen.git/commit
blkdebug: Catch bs->exact_filename overflow
authorMax Reitz <mreitz@redhat.com>
Tue, 13 Jun 2017 17:20:05 +0000 (19:20 +0200)
committerAnthony PERARD <anthony.perard@citrix.com>
Mon, 9 Jul 2018 11:37:56 +0000 (12:37 +0100)
commite05274ac9a75e58ffe75cf083ac821bb6079ccee
treeaa79d2e7dae89919aa4052f1c08ba89455781c96
parent2d4685f6adee0f07fe19c89de61601b91e5874e1
blkdebug: Catch bs->exact_filename overflow

The bs->exact_filename field may not be sufficient to store the full
blkdebug 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-2-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 de81d72d3d13a19edf4d461be3b0f5a877be0234)
block/blkdebug.c