mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
fix possible buffer overflow
This commit is contained in:
parent
fe18d852ce
commit
ea2039ef85
@ -981,6 +981,7 @@ void ymf271_device::sound_stream_update(sound_stream &stream, stream_sample_t **
|
||||
}
|
||||
}
|
||||
|
||||
mixp = &mix[0];
|
||||
update_pcm(j + (3*12), mixp, samples);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user