]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: line6: fix stack overflow in line6_midi_transmit
authorArtem Egorkine <arteme@gmail.com>
Sun, 25 Dec 2022 10:57:28 +0000 (12:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jan 2023 10:41:44 +0000 (11:41 +0100)
commitac3541f178da1840f80869788783205fbc3fdfba
tree29a5958e9c10a00cd8da4366ca32fe0b5dabc38c
parent6d4570aa8d6e04bec6ee4972ac5535eec66fc6ca
ALSA: line6: fix stack overflow in line6_midi_transmit

commit b8800d324abb50160560c636bfafe2c81001b66c upstream.

Correctly calculate available space including the size of the chunk
buffer. This fixes a buffer overflow when multiple MIDI sysex
messages are sent to a PODxt device.

Signed-off-by: Artem Egorkine <arteme@gmail.com>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20221225105728.1153989-2-arteme@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/usb/line6/midi.c