sezero / mikmod

Mikmod Sound System (mirror of git repo at https://sf.net/projects/mikmod/)
http://mikmod.sourceforge.net/
69 stars 21 forks source link

Fix OOB envelope reads. #75

Closed AliceLR closed 1 year ago

AliceLR commented 1 year ago

Fixes #70. These bugs were caused by accessing the envelope arrays with loop points that weren't bounded. The second commit just tidies up some mildly messy code and dead checks in the XM loader.

sezero commented 1 year ago

This is in. Thanks!