android_kernel_samsung_a7y1.../sound/i2c/other
Jia-Ju Bai 6530bc2c44 ALSA: i2c: ak4xxx-adda: Fix a possible null pointer dereference in build_adc_controls()
[ Upstream commit 2127c01b7f63b06a21559f56a8c81a3c6535bd1a ]

In build_adc_controls(), there is an if statement on line 773 to check
whether ak->adc_info is NULL:
    if (! ak->adc_info ||
        ! ak->adc_info[mixer_ch].switch_name)

When ak->adc_info is NULL, it is used on line 792:
    knew.name = ak->adc_info[mixer_ch].selector_name;

Thus, a possible null-pointer dereference may occur.

To fix this bug, referring to lines 773 and 774, ak->adc_info
and ak->adc_info[mixer_ch].selector_name are checked before being used.

This bug is found by a static analysis tool STCheck written by us.

Signed-off-by: Jia-Ju Bai <baijiaju1990@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-04-07 07:38:09 +02:00
..
ak4xxx-adda.c ALSA: i2c: ak4xxx-adda: Fix a possible null pointer dereference in build_adc_controls() 2020-04-07 07:38:09 +02:00
ak4113.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
ak4114.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
ak4117.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
Makefile A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
pt2258.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30