Files
linux/drivers/misc/mei
Alexander Usyskin cbf2b9b7b6 mei: protect mei_cl_mtu from null dereference
commit bcbc0b2e27 upstream.

A receive callback is queued while the client is still connected
but can still be called after the client was disconnected. Upon
disconnect cl->me_cl is set to NULL, hence we need to check
that ME client is not-NULL in mei_cl_mtu to avoid
null dereference.

Cc: <stable@vger.kernel.org>
Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Link: https://lore.kernel.org/r/20201029095444.957924-2-tomas.winkler@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-05-16 09:47:37 +09:00
..
2023-05-16 08:30:57 +09:00
2023-05-15 17:29:32 +09:00
2017-01-09 08:32:20 +01:00
2016-09-05 08:04:07 +02:00
2015-08-03 17:33:54 -07:00
2014-05-03 19:21:22 -04:00
2014-09-29 11:56:02 -04:00
2023-05-12 17:14:58 +09:00