]> git.alsa-project.org Git - alsa-utils.git/commit
aseqdump: Correct the limit of UMP 7-bit SysEx bytes
authorTakashi Iwai <tiwai@suse.de>
Fri, 26 Jul 2024 12:46:58 +0000 (14:46 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 26 Jul 2024 12:46:58 +0000 (14:46 +0200)
commit0188f93f022725e6ba38c5b4f7ccec6249a19162
tree89ce9cbb5e6a3130b99730d30209d60e6590ebad
parent02b0c3af56bd6a5f1eed7c064a768dd6a7fb542a
aseqdump: Correct the limit of UMP 7-bit SysEx bytes

UMP 7-bit SysEx can hold up to 6 bytes, not 14 bytes.

Fixes: 02b0c3af56bd ("aseqdump: Avoid OOB access with broken SysEx UMP packets")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
seq/aseqdump/aseqdump.c