dmg: use uint64_t consistently for sectors and lengths
commit686d7148ec23402a172628c800022b3a95a022c9
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 26 Mar 2014 12:05:59 +0000 (26 13:05 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 1 Apr 2014 13:22:35 +0000 (1 15:22 +0200)
tree1852a2c78ece18bda9a602a652f5ccbda300c15d
parentc165f7758009a4f793c1fc19ebb69cf55313450b
dmg: use uint64_t consistently for sectors and lengths

The DMG metadata is stored as uint64_t, so use the same type for
sector_num.  int was a particularly poor choice since it is only 32-bit
and would truncate large values.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block/dmg.c