]> git.ipfire.org Git - thirdparty/qemu.git/commit
vmdk: Fix use of uninitialised value
authorKevin Wolf <kwolf@redhat.com>
Wed, 26 Oct 2011 10:22:40 +0000 (12:22 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 28 Oct 2011 17:25:49 +0000 (19:25 +0200)
commitbac8d7b45dd855759204117e5a05452ede01bbab
tree1943758a64870820787fe9289897ee75473316e2
parentfb60105d4942a26f571b1be92a8b9e7528d0c4d8
vmdk: Fix use of uninitialised value

In error cases, cid is never set.

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