android_kernel_xiaomi_sm8350/core
Harprit Chhabada 1125e0ca0b qcacld-3.0: Fix OOB in wlan_hdd_netif_queue_control
Put spinlock when adapter->history_index is getting incremented.
There is possibility of race condition in the increment of
adapter->history_index as there are multiple call paths that
invoke wlan_hdd_netif_queue_control() that are not all within
the same thread.

Since the check is to see if it equals the max value, we can
exceed the bounds of the array on the next invocation of this
function, resulting in a OOB.

Change-Id: I0d127b2e47bee32cd0b8a0281c6213895f3d4960
CRs-Fixed: 2370801
2019-01-15 12:50:44 -08:00
..
bmi qcacld-3.0: Use qdf_mem_zero for zero initialization 2019-01-14 08:38:03 -08:00
cds qcacld-3.0: Use qdf_mem_zero for zero initialization 2019-01-14 08:38:03 -08:00
dp qcacld-3.0: Set skb cb for rx peer cache frames 2019-01-14 15:15:47 -08:00
hdd qcacld-3.0: Fix OOB in wlan_hdd_netif_queue_control 2019-01-15 12:50:44 -08:00
mac Release 5.2.0.115Z 2019-01-15 12:50:40 -08:00
pld qcacld-3.0: Add support to save and get interface device 2019-01-14 12:58:51 -08:00
sap qcacld-3.0: Change WNI_CFG_COUNTRY_CODE_LEN to CFG_COUNTRY_CODE_LEN 2019-01-14 21:47:20 -08:00
sme Merge "qcacld-3.0: Change WNI_CFG_COUNTRY_CODE_LEN to CFG_COUNTRY_CODE_LEN" into wlan-cld3.driver.lnx.2.0 2019-01-15 02:12:07 -08:00
wma qcacld-3.0: set roam offload only after sta connected 2019-01-15 12:50:37 -08:00