ValleyBell / libvgm

A more modular rewrite of most components from VGMPlay. will include sub-libraries for audio output, sound emulation and VGM playback
irc://irc.digibase.ca/#vgmrips
136 stars 33 forks source link

Fix some memory errors #114

Closed FraGag closed 11 months ago

FraGag commented 11 months ago
  1. Make sure S98Player::_fileHdr is zero-initialized by the constructor.
  2. Handle resampling of blocks larger than the initial sample buffer size by allocating a larger buffer when necessary. Fixes #12.
ValleyBell commented 11 months ago

Thanks!