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

trunk/src/mame/drivers/nmk16.c
r24551r24552
249249      else
250250      {
251251         res = to_main[m_prot_count++];
252         if (m_prot_count > sizeof(to_main))
252         if (m_prot_count == sizeof(to_main))
253253            m_prot_count = 0;
254254      }
255255

Previous 199869 Revisions Next


© 1997-2024 The MAME Team