]> git.itanic.dy.fi Git - linux-stable/commit
media: staging/intel-ipu3: Fix memory leak in imu_fmt
authorRicardo Ribalda <ribalda@chromium.org>
Mon, 15 Mar 2021 12:34:05 +0000 (13:34 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 12 May 2021 06:37:37 +0000 (08:37 +0200)
commit14d0e99c3ef6b0648535a31bf2eaabb4eff97b9e
treeb4cb3678d999f1e7fa03a06bc09e2374503a6bb8
parent286648c928fb1b1c588b4608654081d17e067020
media: staging/intel-ipu3: Fix memory leak in imu_fmt

commit 3630901933afba1d16c462b04d569b7576339223 upstream.

We are losing the reference to an allocated memory if try. Change the
order of the check to avoid that.

Cc: stable@vger.kernel.org
Fixes: 6d5f26f2e045 ("media: staging/intel-ipu3-v4l: reduce kernel stack usage")
Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/ipu3/ipu3-v4l2.c