]> git.baikalelectronics.ru Git - kernel.git/commit
misc: fastrpc: fix memory corruption on probe
authorJohan Hovold <johan+linaro@kernel.org>
Mon, 29 Aug 2022 08:05:29 +0000 (10:05 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 Sep 2022 10:04:51 +0000 (12:04 +0200)
commit0be47635356823c9c0e3cc4f62d6f37d22ad32d8
tree70f449030d16b31c6f5fcd8bbfa39d99ccb334a9
parent21e4f8d7d3fd2c21127e0fa77e2db8c28f575e75
misc: fastrpc: fix memory corruption on probe

commit aebff7924e8c72d55456a5a67acfab3d84797fcd upstream.

Add the missing sanity check on the probed-session count to avoid
corrupting memory beyond the fixed-size slab-allocated session array
when there are more than FASTRPC_MAX_SESSIONS sessions defined in the
devicetree.

Fixes: d2d709ffb9c5 ("misc: fastrpc: Add Qualcomm fastrpc basic driver model")
Cc: stable@vger.kernel.org # 5.1
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20220829080531.29681-2-johan+linaro@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/fastrpc.c