Go to file
mingzh d064f9840e dsp-kernel: use memcpy() instead of strcpy()
Current code uses strcpy() to copy strings, which has a problem with potential buffer overflows if the source string is longer than the destination buffer. We can improve this by using memcpy() with a specified length, because it allows us to control the number of bytes copied and thus prevent buffer overflows.

Change-Id: I9dd5da343bfd63e4e031a66fa26b103e3da573e0
Signed-off-by: mingzh <quic_mingzh@quicinc.com>
2024-07-29 02:41:52 -07:00
config Change copyright in config file 2022-10-20 10:29:34 -07:00
dsp dsp-kernel: use memcpy() instead of strcpy() 2024-07-29 02:41:52 -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