Trasselfrisyr / NuEVI

Electronic Valve Instrument – MIDI controller based on the Teensy 3.2
GNU General Public License v3.0
54 stars 11 forks source link

Avoid buffer overrun #41

Closed blind closed 1 year ago

blind commented 1 year ago

Make sure string buffer also have space for \0 char. Cast 8 to size_t to avoid compilation warnings.