summaryrefslogtreecommitdiff
path: root/sound/core/timer.c
diff options
context:
space:
mode:
authorAustin Kim <austin.kim@lge.com>2021-11-09 00:37:42 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-11-26 11:58:34 +0100
commitc6429e395ad01d2c15a7c56dd8a3a5986106022c (patch)
treec2c7d46d0f4791c14dea6e0481c1f885c0ce50b7 /sound/core/timer.c
parent1c4de1ffd4d53f2bcfbb9f51e843e5388bab2e40 (diff)
ALSA: synth: missing check for possible NULL after the call to kstrdup
commit d159037abbe3412285c271bdfb9cdf19e62678ff upstream. If kcalloc() return NULL due to memory starvation, it is possible for kstrdup() to return NULL in similar case. So add null check after the call to kstrdup() is made. [ minor coding-style fix by tiwai ] Signed-off-by: Austin Kim <austin.kim@lge.com> Cc: <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20211109003742.GA5423@raspberrypi Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound/core/timer.c')
0 files changed, 0 insertions, 0 deletions