mirror of
https://github.com/holub/mame
synced 2025-04-27 18:53:05 +03:00
scudspdasm.c: Prevent out of array access from line 314 (nw)
This commit is contained in:
parent
6cb00b200e
commit
e4fd43dac8
@ -242,7 +242,7 @@ CPU_DISASSEMBLE( scudsp )
|
||||
// const char *sym, *sym2;
|
||||
char *my_buffer = buffer;
|
||||
char temp_buffer[64];
|
||||
UINT32 data[2];
|
||||
UINT32 data[3];
|
||||
|
||||
switch( op >> 30 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user