soc: qcom: glink: Modify ipc logging for error case
In tx_common function, logging for error case is done using GLINK_ERR_CH.
Which can lead to use after free scenerio, if transport pointer of channel
context is already freed.
Use GLINK_ERR for error logging, to avoid using context pointer.
CRs-Fixed: 2192645
Change-Id: I947dba2b22749a271ac468ab5af13bc27767d00c
Signed-off-by:
Dhoat Harpal <hdhoat@codeaurora.org>
Loading
Please register or sign in to comment