Comment 4 for bug 1143495

Revision history for this message
In , Phillip Susi (psusi) wrote :

Created attachment 76719
fix-status-io-error.patch

Fixed the bug with this simple patch. The existing code is testing the value of 8 bits to be zero that the standard says are undefined. My drives were not setting them to zero. Mask off the undefined bits when comparing.