Bugzilla – Attachment #83934: Patch which addresses all issues mentioned in Comment #1 for bug #130202
}
if (said_blessed != 1) {
sciprintf("Error: Found %d top branches\n");
sciprintf("Error: Found %d top branches\n", said_blessed);
return 1;
int loop_offset = get_uint_16(resource + V1_FIRST_LOOP_OFFSET + (i << 1));
if (loop_offset >= size) {
GFXERROR("View %04x:(%d) supposed to be at illegal offset 0x%04x\n", id, i);
GFXERROR("View %04x:(%d) supposed to be at illegal offset 0x%04x\n", id, i, loop_offset);
error_token = 1;