On Wed, Apr 16, 2008 at 9:28 AM, Gerald Pfeifer gerald@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.