]> git.proxmox.com Git - qemu.git/commit - block/vmdk.c
vmdk: Fix possible segfaults
authorKevin Wolf <kwolf@redhat.com>
Wed, 26 Oct 2011 10:25:52 +0000 (12:25 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 28 Oct 2011 17:25:49 +0000 (19:25 +0200)
commit93897b9fd43548e9c15cf8bece2d9e5174b01fc7
treec5edbf523835ebaa0d0c477ada19e95ca5284d79
parent99f1835d9bc744f98370254600530e66f32e6d81
vmdk: Fix possible segfaults

Data we read from the disk isn't necessarily null terminated and may not
contain the string we're looking for. The code needs to be a bit more careful
here.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/vmdk.c