| カテゴリ | 重要度 | ステータス | 解決状況 | 登録日時 | 最終更新 |
|---|---|---|---|---|---|
その他 | 低 | 解決済み | 修正済み | 2009-02-13 07:31 | 2009-02-13 08:32 |
| テスター | Firewave | 担当者 | Phil Bennett | ソース | nasco/himesiki.cpp |
| バージョン | 0.129u3 | 発生バージョン | 修正バージョン | 0.129u4 | |
| 修正コミット | プルリク | ||||
| フラグ | |||||
| セット | himesiki | ||||
| セット詳細 |
himesiki - 姫四季舞 (日本版) | ||||
| 概 要 | cppcheckで「(all) Array index out of bounds」の報告が出る。 | ||||
| 詳 細 | 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. | ||||
| 再現手順 | |||||
| 追加情報 | |||||
| 添付ファイル | |||||