On Wed, Mar 09, Kevin Wolf wrote: > Removing integer overflow checks without removing the potentially > overflowing operation doesn't feel like a particularly good idea, > though.
Why does the code use signed ints anyway for sectors and offset?! Olaf