Re: [Qemu-devel] [PATCH 5/7] vmdk: Fix use of uninitialised value

2011-10-26 Thread Kevin Wolf
Am 26.10.2011 15:21, schrieb Pavel Borzenkov: > On Wed, Oct 26, 2011 at 4:31 PM, Kevin Wolf wrote: >> In error cases, cid is never set. >> >> Signed-off-by: Kevin Wolf > > This fix is already in the qemu-trivial queue: > http://repo.or.cz/w/qemu/stefanha.git/commit/8379e46d1fd681b8aa4714382e2cda

Re: [Qemu-devel] [PATCH 5/7] vmdk: Fix use of uninitialised value

2011-10-26 Thread Pavel Borzenkov
On Wed, Oct 26, 2011 at 4:31 PM, Kevin Wolf wrote: > In error cases, cid is never set. > > Signed-off-by: Kevin Wolf This fix is already in the qemu-trivial queue: http://repo.or.cz/w/qemu/stefanha.git/commit/8379e46d1fd681b8aa4714382e2cdab05e5d0575 -- Pavel > --- >  block/vmdk.c |    2 +- >

[Qemu-devel] [PATCH 5/7] vmdk: Fix use of uninitialised value

2011-10-26 Thread Kevin Wolf
In error cases, cid is never set. Signed-off-by: Kevin Wolf --- block/vmdk.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/block/vmdk.c b/block/vmdk.c index 6be592f..6cdbfb7 100644 --- a/block/vmdk.c +++ b/block/vmdk.c @@ -208,7 +208,7 @@ static void vmdk_free_last_ex