Re: [PATCH v2 1/3] udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFF

From: Steve Magnani
Date: Mon Oct 16 2017 - 15:20:47 EST


Jan -

On 10/16/2017 09:17 AM, Jan Kara wrote:
...
If you agree with these changes, I'll update your patch and merge it to my
tree (along with the other two changes which look good to me).


I think your suggestions are OK. In an ideal world we could work to reduce the many signed/unsigned conversions, which make me dizzy. I think the ones that really cause problems are large unsigned int values which are converted to int and then either to sector_t (except on 32-bit systems without LBDAF) or to unsigned long on 64-bit systems.
------------------------------------------------------------------------
ÂSteven J. MagnaniÂÂÂÂÂÂÂÂÂÂÂÂÂÂ "I claim this network for MARS!
Âwww.digidescorp.comÂÂÂÂÂÂÂÂÂÂÂÂÂ Earthling, return my space modulator!"

Â#include <standard.disclaimer>