2024.12.06

This commit is contained in:
sshlien
2024-12-06 02:07:32 -05:00
parent 09254d8144
commit 0907fd4941
4 changed files with 8 additions and 3 deletions

View File

@@ -15479,4 +15479,8 @@ August 13 2024
abcmidi: in event_handle_gchord() in store.c increased the size
of variable name to char name[10] to avoid potential buffer overflow.
December 06 2024
abcmidi: process_midix(s) in store.c can cause a segmentation error
if it cannot match MIDIx with the corresponding MIDIdef. Fix:
added a return statement after reporting the problem in event_error(msg).