Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
02917 Misc. Minor N/A Feb 12, 2009, 22:31 Feb 12, 2009, 23:32
Tester Firewave View Status Public Platform
Assigned To Phil Bennett Resolution Fixed OS
Status [?] Resolved Driver
Version 0.129u3 Fixed in Version 0.129u4 Build
Fixed in Git Commit Github Pull Request #
Summary 02917: himesiki: Array index out of bound
Description cppcheck reported the following:

[c:/svn/mess/src/mame/video\himesiki.c:123]: (all) Array index out of bounds

The affected code looks like this:
	int x = -(himesiki_scrollx[0] << 8 | himesiki_scrollx[1]) & 0x1ff;

And the variable looks like this:
static int himesiki_scrollx[1];

So I think this is a valid issue.
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version
Affected Sets / Systems himesiki
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
0
There are no notes attached to this issue.