Share

ModPlug for XMMS

File Release Notes and Changelog

Release Name: 0.8.6

Notes:
Fixes security vulnerability in .MED file (integer boundary error)
Properly fixes cross platform compatibility on Windows platform
Clean up of code


Changes: MED file loading had a integer buffer overflow which was exploitable (http://www.securityfocus.com/bid/30801/info) Made sure stdint is included in windows as well, if autoconf is used. Moved tables to tables.h, and made them static and const. Improved ABC testing code, this time making it more robust.