]> git.baikalelectronics.ru Git - kernel.git/commit
media: coda: Add check for kmalloc
authorJiasheng Jiang <jiasheng@iscas.ac.cn>
Thu, 17 Nov 2022 07:02:36 +0000 (15:02 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 31 Dec 2022 12:32:25 +0000 (13:32 +0100)
commit7c5b333faf32bfd65fa3d4cb0d63dc88412dafd8
tree6f595825d2eb6d6883b2d42e13c4a7f94eb23600
parentda0b137093ada269b46356d405f25db42c13eedd
media: coda: Add check for kmalloc

[ Upstream commit e1a86f7047660888ed14b8c6d87d7e5f8cf16a48 ]

As the kmalloc may return NULL pointer,
it should be better to check the return value
in order to avoid NULL poineter dereference,
same as the others.

Fixes: 064607fd6583 ("[media] coda: add CODA7541 JPEG support")
Signed-off-by: Jiasheng Jiang <jiasheng@iscas.ac.cn>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/media/platform/chips-media/coda-bit.c