Fixes for midi input
- Fix buffer overflow in midi input messages - Detect sysex messages by starting byte instead of length
This commit is contained in:
committed by
David Hrdlička
parent
2da187c0bd
commit
e9332cf670
@@ -102,7 +102,7 @@ typedef struct sb_dsp_t
|
||||
} sb_dsp_t;
|
||||
|
||||
|
||||
void sb_dsp_input_msg(void *p, uint8_t *msg);
|
||||
void sb_dsp_input_msg(void *p, uint8_t *msg, uint32_t len);
|
||||
|
||||
int sb_dsp_input_sysex(void *p, uint8_t *buffer, uint32_t len, int abort);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user