summaryrefslogtreecommitdiff
path: root/apps/plugins/mikmod/load_stm.c (unfollow)
Commit message (Collapse)Author
2014-12-20Prevent theoretical out-of-bounds access in STM_Load()Thomas Jarosch
We should be safe since STM_Load() should never be called if STM_Test() fails. Still it's better safe than sorry. cppcheck reported: [rockbox/apps/plugins/mikmod/load_stm.c:302]: (error) Array 'STM_Version[3]' accessed at index 3, which is out of bounds. Change-Id: I914935fd108c492d013de24d17dcb9c227af6cd8
2012-04-14mikmod plugin: make functions static when possibleBertrik Sikken
Change-Id: Ic0102071318c55c19952029be6998ecf5f33eb98
2011-09-03FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported ↵Andree Buschmann
compiler warnings and fix a bug in load_gt2. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30424 a1c6a512-1295-4272-9138-f99709370657
2010-12-12Add MikMod plugin, ported by Jason Yu, with some minor work by Craig Mann ↵Frank Gevaerts
and William Peters (FS#8806) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28810 a1c6a512-1295-4272-9138-f99709370657