]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: emu10k1 - Fix memory corruption
authorTakashi Iwai <tiwai@suse.de>
Wed, 10 Oct 2007 13:18:45 +0000 (15:18 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 16 Nov 2007 17:30:21 +0000 (09:30 -0800)
commit33dcd320e1ef1b90eef626eae351b41e0ad6b798
tree908e314e46d932f65c63987fefec9d0a448cf37b
parent1f31d406bbec6cef6f15bf5865b1a76596e2f54e
ALSA: emu10k1 - Fix memory corruption

patch 7583cb51a1e276591f57a2fae05489c878f8ef54 from mainline.

[ALSA] emu10k1 - Fix memory corruption

The number of mixer elements for SPDIF control don't match with the
actual array size (3).  This may result in a memory corruption that
overwrites the i2c_capture_source field (ALSA bug#3095).

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/pci/emu10k1/emumixer.c