]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix size probing for VDI images
authorJán Tomko <jtomko@redhat.com>
Thu, 14 Mar 2013 12:24:03 +0000 (13:24 +0100)
committerJán Tomko <jtomko@redhat.com>
Thu, 14 Mar 2013 14:12:06 +0000 (15:12 +0100)
commit6e46477c23bfed730689fb902ff33c8ca7413ef0
tree6f5ee754c98eebdd65d6a4a8caef44937ccae5d3
parent403594eb8cd0514e54009b2bed21104c8ee75b90
Fix size probing for VDI images

Commit 027bf2ea used the wrong offset: the text field at the start
of the header has 64 bytes, not 68. [1]

Bug: https://bugzilla.redhat.com/show_bug.cgi?id=921452

[1] https://forums.virtualbox.org/viewtopic.php?p=29267#p29267
src/util/virstoragefile.c