https://bugzilla.novell.com/show_bug.cgi?id=242042 Summary: cups-1.2.7-15: array subscript is below array bounds Product: openSUSE 10.3 Version: unspecified Platform: All OS/Version: SuSE Other Status: NEW Severity: Normal Priority: P5 - None Component: Printing AssignedTo: jsmeix@novell.com ReportedBy: dcb314@hotmail.com QAContact: jsmeix@novell.com I just tried to compile package cups-1.2.7-15 with the GNU C compiler version 4.3 snapshot 20070202. The compiler said interpret.c:576: warning: array subscript is below array bounds The source code is if ((i = atoi(name + 11)) >= 0 || i > 15) return (-1); h->cupsInteger[i] = atoi(value); so i is negative in h->cupsInteger[i]. 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.