android_kernel_xiaomi_sm8350/core
Harprit Chhabada 3f530bfe68 qcacld-3.0: Fix null pointer dereference in wma_roam_synch_event_handler
In wma_roam_synch_event_handler, if vdev_id is out of bounds,
code is redirected to cleanup, where iface is dereferenced to
set the value of roam_synch_in_progress.
This will result in a NULL pointer dereference because iface
hasn't yet been set.
Since this function does not have logic to set
iface->roam_synch_in_progress to true then it does not need
"cleanup" logic to undo that. So, remove the cleanup logic.

Change-Id: I8ffa0b9186c3595444cb188bbf00624b519e3894
CRs-Fixed: 2427334
2019-05-01 21:58:40 -07:00
..
bmi qcacld-3.0: bmi: Replace explicit comparison to NULL 2019-03-19 22:54:28 -07:00
cds qcacld-3.0: Remove file cds_if_upperproto.h 2019-04-30 22:27:20 -07:00
dp qcacld-3.0: Remove file cds_if_upperproto.h 2019-04-30 22:27:20 -07:00
hdd qcacld-3.0: Add ini support for SAR version 2019-05-01 10:18:23 -07:00
mac Release 5.2.0.132C 2019-05-01 16:21:03 -07:00
pld qcacld-3.0: add build flag DYNAMIC_SINGLE_CHIP 2019-04-30 22:27:24 -07:00
sap qcacld-3.0: Add support to cache peer rssi and mc_bc count 2019-05-01 10:18:15 -07:00
sme qcacld-3.0: Add support to cache peer rssi and mc_bc count 2019-05-01 10:18:15 -07:00
wma qcacld-3.0: Fix null pointer dereference in wma_roam_synch_event_handler 2019-05-01 21:58:40 -07:00