Skip to content

WildMIDI 0.4.2

Compare
Choose a tag to compare
@sezero sezero released this 20 Nov 19:45
· 224 commits to master since this release

Bug-fix and maintenance update after the previous version 0.4.1.

What's new in 0.4.2:

  • Fixed CVE-2017-11661, CVE-2017-11662, CVE-2017-11663, CVE-2017-11664
    (Bug #175).
  • Fixed WildMidi_Open() might read beyond buffer with too short inputs
    (Bug #178).
  • 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.