oslibs, codecs: rebuilt libmikmod from the mainstream source repo.

changes include: fixes lots of possible crashes in several module
loaders and in mmcmp depacker with malformed files. fixes possible
endless loop in the IT loader with malformed files.

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1395 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2017-04-08 08:50:29 +00:00
parent 6eb4b061a3
commit f01ba4b8d8
9 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ extern "C" {
#define LIBMIKMOD_VERSION_MAJOR 3L
#define LIBMIKMOD_VERSION_MINOR 3L
#define LIBMIKMOD_REVISION 9L
#define LIBMIKMOD_REVISION 11L
#define LIBMIKMOD_VERSION \
((LIBMIKMOD_VERSION_MAJOR<<16)| \

View file

@ -74,7 +74,7 @@ extern "C" {
#define LIBMIKMOD_VERSION_MAJOR 3L
#define LIBMIKMOD_VERSION_MINOR 3L
#define LIBMIKMOD_REVISION 9L
#define LIBMIKMOD_REVISION 11L
#define LIBMIKMOD_VERSION \
((LIBMIKMOD_VERSION_MAJOR<<16)| \