https://bugzilla.novell.com/show_bug.cgi?id=219251 Summary: xsidplay-1.6.5.2-32: array subscript out of range Product: openSUSE 10.2 Version: Beta 2 Platform: All OS/Version: SuSE Linux 10.1 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 xsidplay-1.6.5.2-32 with the Intel C compiler. It said MD5.cpp(150): warning #175: subscript out of range The source code is count[0] = count[1] = count[2] = 0; but linux:/usr/src/packages/SPECS # find ../BUILD/xsidplay-1.6.5.2/ -name \*.h -print | xargs fgrep "count[" ./BUILD/xsidplay-1.6.5.2/src/wrapper/MD5.h: md5_word_t count[2]; /* message length in bits, lsw first */ So count[2] 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.