]> git.itanic.dy.fi Git - linux-stable/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, 1 Sep 2022 14:13:07 +0000 (16:13 +0200)
commit9baa1415d9abdd1e08362ea2dcfadfacee8690b5
treea5ba902340271a7582c78dc621f1609acb8b18a1
parent5ef251b9b73ff9f62aa5ac60427af05b2b594a55
misc: fastrpc: fix memory corruption on probe

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: f6f9279f2bf0 ("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