git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38dbfb5
)
ASoC: sta32x: Fix array access overflow
author
Takashi Iwai
<tiwai@suse.de>
Tue, 18 Feb 2014 08:24:12 +0000
(09:24 +0100)
committer
Mark Brown
<broonie@linaro.org>
Wed, 19 Feb 2014 16:46:05 +0000
(
01:46
+0900)
Preset EQ enum of sta32x codec driver declares too many number of
items and it may lead to the access over the actual array size.
Use SOC_ENUM_SINGLE_DECL() helper and it's automatically fixed.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Acked-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
Cc: stable@vger.kernel.org
sound/soc/codecs/sta32x.c
patch
|
blob
|
history
diff --cc
sound/soc/codecs/sta32x.c
Simple merge