]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: vx: Fix possible transfer overflow
authorTakashi Iwai <tiwai@suse.de>
Wed, 4 Jan 2017 11:19:15 +0000 (12:19 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Nov 2017 08:01:06 +0000 (09:01 +0100)
commit637661fadb01d7f33c549fa1506848a250a4b1d6
tree82188d96697b0049cdfabf8fb948f4bc95e27d33
parentad550021c29227e60d8433fde31493bba100b3b1
ALSA: vx: Fix possible transfer overflow

[ Upstream commit 874e1f6fad9a5184b67f4cee37c1335cd2cc5677 ]

The pseudo DMA transfer codes in VX222 and VX-pocket driver have a
slight bug where they check the buffer boundary wrongly, and may
overflow.  Also, the zero sample count might be handled badly for the
playback (although it shouldn't happen in theory).  This patch
addresses these issues.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=141541
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/drivers/vx/vx_pcm.c
sound/pci/vx222/vx222_ops.c
sound/pcmcia/vx/vxp_ops.c