diff options
author | 2024-10-11 01:16:45 +0300 | |
---|---|---|
committer | 2024-10-11 11:14:06 +0200 | |
commit | c9bd4a82b4ed32c6d1c90500a52063e6e341517f (patch) | |
tree | 2412d4af083c738df7a7640d1e0029fad4bd6b20 /scripts/lib/kdoc/kdoc_files.py | |
parent | sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML (diff) | |
download | linux-rng-c9bd4a82b4ed32c6d1c90500a52063e6e341517f.tar.xz linux-rng-c9bd4a82b4ed32c6d1c90500a52063e6e341517f.zip |
ALSA: hda/cs8409: Fix possible NULL dereference
If snd_hda_gen_add_kctl fails to allocate memory and returns NULL, then
NULL pointer dereference will occur in the next line.
Since dolphin_fixups function is a hda_fixup function which is not supposed
to return any errors, add simple check before dereference, ignore the fail.
Found by Linux Verification Center (linuxtesting.org) with SVACE.
Fixes: 20e507724113 ("ALSA: hda/cs8409: Add support for dolphin")
Signed-off-by: Murad Masimov <m.masimov@maxima.ru>
Link: https://patch.msgid.link/20241010221649.1305-1-m.masimov@maxima.ru
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_files.py')
0 files changed, 0 insertions, 0 deletions