Wohlstand / libOPNMIDI

A Software MIDI Synthesizer library with OPN2 (YM2612) emulator
GNU Lesser General Public License v3.0
96 stars 6 forks source link

fix variable used uninitialized and change strncpy to memcpy #121

Closed noisecode3 closed 5 months ago

noisecode3 commented 5 months ago

Hi, I got some warnings from gcc 14.1.0 and investigated a little in this and found 2 potential bugs.

Wohlstand commented 5 months ago

Hello! Good catch! Very soon I'll sync your changes to other repos that share the MIDI Sequencer code (libADLMIDI, libEDMIDI, and MixerX do share the same MIDI sequencer code).