dlls/fusion/assembly.c -- no-op error checks

James Hawkins truiken at gmail.com
Wed Apr 16 11:45:32 CDT 2008


On Wed, Apr 16, 2008 at 9:28 AM, Gerald Pfeifer <gerald at pfeifer.com> wrote:
> Both offset and tables[].offset are of unsigned types, so these two
>  checks for errors will never trigger.
>

The offsets are explicity set to -1 on line 242, so the check needs to
be for -1.  It won't work at all otherwise.

-- 
James Hawkins



More information about the wine-devel mailing list