dmg: Fixing wrong dmg block type value for block terminator.
authorJulio Faracco <jcfaracco@gmail.com>
Fri, 28 Dec 2018 14:50:55 +0000 (12:50 -0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 4 Jan 2019 11:06:02 +0000 (11:06 +0000)
commitb47c7d53252d46811c555bc08aeb9918fd7dbd24
tree4887bbeea5fc800e99fb829854671090dee8a111
parent20d6c7312f1b812bb9c750f4087f69ac8485cc90
dmg: Fixing wrong dmg block type value for block terminator.

This is a trivial patch to fix a wrong value for block terminator.
The old value was 0x7fffffff which is wrong. It was not affecting the
code because QEMU dmg block is not handling block terminator right now.
Neverthless, it should be fixed.

Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
Reviewed-by: yuchenlin <yuchenlin@synology.com>
Message-id: 20181228145055.18039-1-jcfaracco@gmail.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block/dmg.c