Comment 1 for bug 724102

Revision history for this message
Jeff L (jll544) wrote :

Current read/write functions calculate 64-bit file addresses but pass only 32-bits to SetFilePointer(), resulting in wrap-around of any image/device larger than 4GB. Attached patch addresses this issue.