Bugzilla – Bug 152041
pcsx-1.3-448: 6 * array subscript out of range
Last modified: 2007-08-11 15:15:11 UTC
I just tried to compile package pcsx-1.3-448 with the Intel C compiler. It said 1. ../plugins.c(502): warning #175: subscript out of range The source code is analogpar[6] = pad->rightJoyY; but earlier in the same file is unsigned char analogpar[6] = { 0x00, 0xff, 0x5a, 0xff, 0xff }; so analogpar[6] does not exist. Suggest code rework. 2. ../plugins.c(503): warning #175: subscript out of range ../plugins.c(504): warning #175: subscript out of range ../plugins.c(514): warning #175: subscript out of range ../plugins.c(515): warning #175: subscript out of range ../plugins.c(516): warning #175: subscript out of range Duplicates.
update to 1.5 (which fixes this bug) committed to STABLE; may or may not get into 10.1...
Feel free to close as duplicate of Bug #235591.
Is fixed.