| 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 |
| r248549 | r248550 | |
|---|---|---|
| 871 | 871 | //m_stream = machine().sound().stream_alloc(*this, 0, 2, 22257); |
| 872 | 872 | |
| 873 | 873 | const discrete_block *intf_start = m_intf; |
| 874 | char name[ | |
| 874 | char name[128]; | |
| 875 | 875 | |
| 876 | 876 | /* If a clock is specified we will use it, otherwise run at the audio sample rate. */ |
| 877 | 877 | if (this->clock()) |
| https://github.com/mamedev/mame/commit/4e79a5a6eae7901cce3780fd5cbe89458bacbdbe |
| Previous | 199869 Revisions | Next |