]> git.alsa-project.org Git - alsa-utils.git/commit
arecordmidi2: Fix truncated text in meta data text handling
authorTakashi Iwai <tiwai@suse.de>
Thu, 11 Jul 2024 15:08:11 +0000 (17:08 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 11 Jul 2024 15:08:11 +0000 (17:08 +0200)
commit33f6870f564d189829eb4a8d52bb53488599b9f4
tree70f93907509cf7e4c05f23c0bd80054e89d3685e
parent74daf3a93a313beca405a2f3d1695557e7fe2113
arecordmidi2: Fix truncated text in meta data text handling

The current code didn't proceed the text position buffer and the text
was always truncated in 12 bytes.  Let's fix it.

Fixes: 74daf3a93a31 ("arecordmidi2: Add options to put meta data texts")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
seq/aplaymidi2/arecordmidi2.c