Previous 199869 Revisions Next

r40038 Wednesday 29th July, 2015 at 01:26:12 UTC by Couriersud
Fix a buffer overflow in discrete.c (nw)
[src/emu/sound]discrete.c

trunk/src/emu/sound/discrete.c
r248549r248550
871871   //m_stream = machine().sound().stream_alloc(*this, 0, 2, 22257);
872872
873873   const discrete_block *intf_start = m_intf;
874   char name[32];
874   char name[128];
875875
876876   /* If a clock is specified we will use it, otherwise run at the audio sample rate. */
877877   if (this->clock())


Previous 199869 Revisions Next


© 1997-2024 The MAME Team