soc: qcom: glink: Move tx_info to pending list after tx
Glink add tx_info to pending remote done even before actual tx.
Therefore tx_info will exist in two lists simultaneously, that
leads to use after free when purge intent list put reference from
both the lists.
Move tx_info to pending remote done list only after actual tx.
CRs-Fixed: 2244774
Change-Id: Iabf0e0635a7d0b25928d12d37cbfb37d70ba2806
Signed-off-by:
Dhoat Harpal <hdhoat@codeaurora.org>
Loading
Please register or sign in to comment