Go to file
Santosh 4cb6d58c44 dsp-kernel: Validate the CID before accessing the channel mutex
In the early stages of fastrpc_internal_invoke, we validate the user CID
and handle failure cases. However, in the error scenario, an invalid CID
can lead to issues when accessing the channel mutex. To prevent this, we
should validate the CID before accessing the channel mutex via fastrpc
user structure.

Change-Id: Ic1f7ae01a749b57c9b9e69210314d694ebcf300b
Signed-off-by: Santosh <quic_ssakore@quicinc.com>
2024-06-24 10:13:18 -07:00
config Change copyright in config file 2022-10-20 10:29:34 -07:00
dsp dsp-kernel: Validate the CID before accessing the channel mutex 2024-06-24 10:13:18 -07:00
include Include new header fastrpc_shared.h 2023-06-12 11:04:11 -07:00
Android.mk Enable ddk compilation for pineapple 2023-06-07 20:30:18 -07:00
BUILD.bazel msm: Add anorak module support 2024-05-09 13:00:44 +05:30
define_modules.bzl Include new header fastrpc_shared.h 2023-06-12 11:04:11 -07:00
dsp_kernel_board.mk Check product type before enabling driver 2023-10-10 12:44:50 +05:30
dsp_kernel_product.mk Check product type before enabling driver 2023-10-10 12:44:50 +05:30
Kbuild Include new header fastrpc_shared.h 2023-06-12 11:04:11 -07:00
Kbuild.am Add support for LE compilation 2023-01-26 23:23:19 -08:00
Makefile adsprpc: msm: Add rules for compilation 2022-09-23 10:05:54 -07:00
Makefile.am Add support for LE compilation 2023-01-26 23:23:19 -08:00
product.mk Check product type before enabling driver 2023-10-10 12:44:50 +05:30