]> git.baikalelectronics.ru Git - kernel.git/commit
media: v4l: subdev: Fail graciously when getting try data for NULL state
authorSakari Ailus <sakari.ailus@linux.intel.com>
Fri, 26 Aug 2022 11:53:58 +0000 (13:53 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sat, 24 Sep 2022 07:05:02 +0000 (09:05 +0200)
commit72c10bb6f9c16698d9b2442568e79acea53a1d9c
treeb10b59cdb23a34d9d5b63b9c59b42a709d17a452
parent9a53d6bc24eeb74e8598f901cef981d090fb476c
media: v4l: subdev: Fail graciously when getting try data for NULL state

The state argument for the functions for obtaining various parts of the
state is NULL if it is called by drivers for active state. Fail graciously
in that case instead of dereferencing a NULL pointer.

Suggested-by: Bingbu Cao <bingbu.cao@intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
include/media/v4l2-subdev.h