Loading
qcacld-3.0: Fix use after free during RX thread enqueue
Currently nbuf is being used to get gso segments after enqueue to DP RX thread, this will lead to use after free issue because RX thread may process and even free the buffer by the time nbuf is accessed for getting gso segments in enqueue/softirq context. Fix this by updating gso segments before nbuf enqueue to DP RX thread. Change-Id: I2cc93bf9a44e2d487c1a6d474349cf5c0c5db76a CRs-Fixed: 2958132