Files
android_kernel_samsung_sm86…/dsp/fastrpc_trace.h
Edgar Flores cb7a1b4f73 msm: adsprpc: Use memcpy for trace events in LE
LE static analysis KW is giving error from fastrpc traces because
traces are using __assign_str() which translates to strcpy() and
this is a deprecated API.
Kernel team suggested to use memcpy instead of __assign_str().

Change-Id: Idf92446a26d8b6f472963e9215f738df3f6fcdef
2023-04-18 17:25:46 -07:00

8.9 KiB