linux/sound/soc
Prasad Joshi fd4fb262b3 ASoC: spear: correct the check for NULL dma_buffer pointer
The if condition
	if (!buf && !buf->area)

checks if the buf pointer is NULL and then dereferences it again to
check if the buffer area is NULL, resulting in possible NULL
dereference.

Signed-off-by: Prasad Joshi <prasadjoshi.linux@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2012-08-31 14:24:52 -07:00
..
atmel
au1x
blackfin
codecs Sound fixes for 3.6-rc2 2012-08-03 11:20:19 -07:00
davinci
dwc ASoC: dwc: Staticise non-exported i2s_start() 2012-07-04 19:15:43 +01:00
ep93xx
fsl ASoC: imx-sgtl5000: fix error return code 2012-08-20 20:44:19 +01:00
generic
jz4740
kirkwood ARM: Orion: fix driver probe error handling with respect to clk 2012-07-25 17:06:21 +02:00
mid-x86
mxs ASoC: mxs-saif: set a base clock rate for EXTMASTER mode work 2012-07-24 20:18:18 +01:00
nuc900
omap ASoC: am3517evm: fix error return code 2012-08-20 20:44:36 +01:00
pxa Merge branch 'for-3.5' into for-3.6 2012-07-23 10:45:07 +01:00
s6000
samsung Sound update for 3.6-rc1 2012-07-24 13:37:37 -07:00
sh Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma 2012-07-24 17:12:54 -07:00
spear ASoC: spear: correct the check for NULL dma_buffer pointer 2012-08-31 14:24:52 -07:00
tegra sound: tegra_alc5632: remove HP detect GPIO inversion 2012-08-28 10:14:01 -07:00
txx9
ux500 ASoC: ux500_msp_i2s: better use devm functions and fix error return code 2012-08-20 20:44:28 +01:00
Kconfig
Makefile
soc-cache.c
soc-core.c ASoC: core: Fix check before defaulting to regmap 2012-08-02 11:43:45 +01:00
soc-dapm.c ASoC: dapm: Don't force card bias level to be updated 2012-08-25 13:51:09 +01:00
soc-dmaengine-pcm.c
soc-io.c
soc-jack.c
soc-pcm.c ASoC: dpcm: Allow FE to be opened without valid BE routes. 2012-07-06 19:06:58 +01:00
soc-utils.c