Comment 1 for bug 1389321

Revision history for this message
Phillip Susi (psusi) wrote : Re: partx wraps partition offset and length mod 2^32 (2^23 sectors)

Yep, it's using the wrong data type. On amd64 it maps to a 64 bit int, which is why I never noticed this. On 32 bit platforms however, it maps to 32 bits.