https://bugzilla.novell.com/show_bug.cgi?id=218037 Summary: libquicktime-0.9.10-10: 3 * array subscript out of range Product: openSUSE 10.2 Version: Beta 1 plus Platform: All OS/Version: 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 libquicktime-0.9.10-10 with the Intel C compiler. It said 1. impn.c(33): warning #175: subscript out of range The source code is printf(" Imaging Properties %ld %ld %ld %ld %ld %ld \n", impn->imagingProperties[0], impn->imagingProperties[1], impn->imagingProperties[2], impn->imagingProperties[3], impn->imagingProperties[4], impn->imagingProperties[5]); but linux:/usr/src/packages/SPECS # find ../BUILD/libquicktime-0.9.10/ -name \*.h -print | xargs fgrep imagingProperties ./BUILD/libquicktime-0.9.10/include/quicktime/qtprivate.h: long imagingProperties[5]; so impn->imagingProperties[5] does not exist. Suggest code rework. 2. impn.c(51): warning #175: subscript out of range impn.c(73): warning #175: subscript out of range Duplicates. -- 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.