| Previous | 199869 Revisions | Next |
| r24552 Monday 29th July, 2013 at 09:25:34 UTC by Oliver Stöneberg |
|---|
| fixed array out-of-bounds access in nmk16_state::tharrier_mcu_r() (nw) |
| [src/mame/drivers] | nmk16.c |
| r24551 | r24552 | |
|---|---|---|
| 249 | 249 | else |
| 250 | 250 | { |
| 251 | 251 | res = to_main[m_prot_count++]; |
| 252 | if (m_prot_count | |
| 252 | if (m_prot_count == sizeof(to_main)) | |
| 253 | 253 | m_prot_count = 0; |
| 254 | 254 | } |
| 255 | 255 |
| Previous | 199869 Revisions | Next |