Skip to content

WildMIDI 0.3.15

Compare
Choose a tag to compare
@sezero sezero released this 20 Nov 17:31
· 14 commits to wildmidi-0.3 since this release

This is a bug fix / security / maintenance update for the wildmidi-0.3
series which is api-compatible down to 0.2.3. Users of the wildmidi-0.3
series are encouraged to upgrade.

What's new in 0.3.15:

  • Fixed a possible memory leak when freeing a midi (cf bug #204).
  • Fixed compilation on systems without libm.

What's new in 0.3.14:

  • Fixed invalid reads during config parse with short patch file names.
  • Lots of clean-ups.

What's new in 0.3.13:

  • Fixed CVE-2017-11661, CVE-2017-11662, CVE-2017-11663, CVE-2017-11664
    (bug #175).
  • Fixed a buffer overflow during playback with malformed midi files
    (bug #180).
  • GUS patch processing changes to meet users expectations (bug #132).
  • Worked around a build failure with newer FreeBSD versions failing to
    retrieve the ONLCR constant (bug #171).
  • Fixed a minor Windows unicode issue (PR #170).
  • A few other fixes / clean-ups.