https://bugzilla.novell.com/show_bug.cgi?id=231126 Summary: fontforge-20061025-2: array subscript out of range Product: openSUSE 10.3 Version: unspecified Platform: All OS/Version: SuSE Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dcb314@hotmail.com QAContact: qa@suse.de I just tried to compile package fontforge-20061025-2 with the Intel C compiler. The compiler said displayfonts.c(627): warning #175: subscript out of range The source code is farray[4] = &gcd[8]; farray[5] = GCD_Glue; farray[6] = NULL; but GGadgetCreateData gcd[15], boxes[5], *harray[8], *farray[6], *barray[4], *varray[9]; so farray[6] does not exist. Suggest code rework. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.