qcow2: Properly initialise QcowL2Meta
authorKevin Wolf <kwolf@redhat.com>
Thu, 1 Sep 2011 13:00:42 +0000 (15:00 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 6 Sep 2011 09:23:51 +0000 (11:23 +0200)
commitb4d1e4765e8083eb2f88bbcba77750fafc367344
treea8a84a8b6be5afe68b0a62c41012031b2f48ac78
parentf01faa8148709ee1117f9294cf9f2d735b4506ef
qcow2: Properly initialise QcowL2Meta

Dependency list pointers filled with random garbage from the stack aren't a
good idea.

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