diff options
author | Stefan Weil <weil@mail.berlios.de> | 2011-03-12 17:43:56 +0100 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-03-13 13:35:21 +0000 |
commit | 913895ab96507db2bc448d3ae72a409407172d2e (patch) | |
tree | 1b9e950cfb1d73c7d81cbe08fcd780b4276b7345 /os-win32.c | |
parent | 7165448a913bd8f757f588e8f1581c170d8b1775 (diff) |
hw/fmopl: Fix buffer access out-of-bounds errors
Index 75 is one too large for AR_TABLE[75], DR_TABLE[75].
This error was reported by cppcheck.
hw/fmopl.c:600: error: Buffer access out-of-bounds: OPL.AR_TABLE
hw/fmopl.c:601: error: Buffer access out-of-bounds: OPL.DR_TABLE
Fix this by limiting the access to the allowed range.
MultiArcadeMachineEmulator has newer versions of fmopl,
but using these requires more efforts.
Cc: Blue Swirl <blauwirbel@gmail.com>
Reviewed-by: malc <av1474@comtv.ru>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'os-win32.c')
0 files changed, 0 insertions, 0 deletions