android_kernel_xiaomi_sm8350/core/wma
Jingxiang Ge e468bbdada qcacld-3.0: Fix use after free for txrx_vdev_handle
In wma_vdev_attach, if peer failed to create, it will detach
vdev, but without reset txrx_vdev_handle to NULL, so vdev
is still used in cdp_data_tx_cb_set.

Reset txrx_vdev_handle to NULL in wma_vdev_attach if create peer
fails.

Change-Id: Ie3963625ed7206eb1737f5820ec58d84f2ca9084
CRs-Fixed: 2407717
2019-03-04 07:30:09 -08:00
..
inc qcacld-3.0: Support firmware state check through cfg80211 vendor cmd 2019-03-01 09:23:49 -08:00
src qcacld-3.0: Fix use after free for txrx_vdev_handle 2019-03-04 07:30:09 -08:00