aaronsgiles / ymfm

BSD-licensed Yamaha FM sound cores (OPM, OPN, OPL, and others)
BSD 3-Clause "New" or "Revised" License
259 stars 40 forks source link

opm: initialize m_lfo_waveform to avoid UB #18

Closed franciscod closed 2 years ago

franciscod commented 2 years ago

Hello Aaron! We discovered this as part of an internal test suite for the DefleMask project.

We were seeing nondeterministic behaviour when rendering a demosong that used the YM2151. This patch fixes it.

Not sure if initializing this to 0 is a good idea, or would be better to initialize the waveform to some kind of (seeded?) noise.