]> git.baikalelectronics.ru Git - kernel.git/commit
misc: fastrpc: fix memory corruption on open
authorJohan Hovold <johan+linaro@kernel.org>
Mon, 29 Aug 2022 08:05:30 +0000 (10:05 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Sep 2022 14:13:07 +0000 (16:13 +0200)
commit3d2096a152f37be3e20c0b31a22e75ca6ac9ccd9
treecbd6b969fa8e7ad5cab7a7bbaa44aead909197aa
parent53494769e82a7b1d6abeb8fee26c72bf96af5442
misc: fastrpc: fix memory corruption on open

The probe session-duplication overflow check incremented the session
count also when there were no more available sessions so that memory
beyond the fixed-size slab-allocated session array could be corrupted in
fastrpc_session_alloc() on open().

Fixes: ea6d978907cb ("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-3-johan+linaro@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/fastrpc.c