mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 09:09:55 -04:00
V4L/DVB (5489): Codec.c: check kmalloc() return value.
Signed-off-by: Amit Choudhary <amit2030@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
aaa40cb8b7
commit
20ec811edd
@@ -348,6 +348,9 @@ videocodec_build_table (void)
|
||||
kfree(videocodec_buf);
|
||||
videocodec_buf = kmalloc(size, GFP_KERNEL);
|
||||
|
||||
if (!videocodec_buf)
|
||||
return 0;
|
||||
|
||||
i = 0;
|
||||
i += scnprintf(videocodec_buf + i, size - 1,
|
||||
"<S>lave or attached <M>aster name type flags magic ");
|
||||
|
||||
Reference in New Issue
Block a user