20d4dc00608c4aa809b37fa8dbde06746f65a12b

After message is sent to DSP, async response thread could immediately get the response and free context, which will result in a use-after-free in invoke send. To fix this, add local copy of ctx to trace and gmsg logging. To fix async response and SSR race, we rely on is_job_sent_to_remote_ss of ctx, now check valid ctx from ctxtable to set is_job_sent_to_remote_ss. Change-Id: I1ebbed61443beda7b5ffcbe858481a54cca96acb Signed-off-by: nishant chaubey <quic_chaubey@quicinc.com>
Description
No description provided
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%