android_kernel_xiaomi_sm8350/core
Abhinav Kumar a03659c39d qcacld-3.0: Fix multiple length definition issue in WLAN FW message
Currently, firmware fills the num variables value of param_tlvs
structure for all wmi commands. But during buffer write the fixed param
values are used to check maximum limit of buffer in wmi commands.
Due to multiple length definition of num variable in WLAN FW message,
num variables of param_tlvs may not equal to max limit defined in
fixed_param, resulting OOB issues in WLAN FW messages during buffer write.
Add sanity check to make sure that num variables value doesn’t exceed max
limit of num value defined in param_tlvs.

Change-Id: I43c15557057ab5b900f19b9f54426dcdf85e2c27
CRs-Fixed: 2153638
2018-01-13 00:42:43 -08:00
..
bmi Revert "qcacld-3.0: Do not access target register in driver unloading" 2017-10-25 17:48:22 -07:00
cds qcacld-3.0: Skeleton for DISA component 2018-01-09 13:39:53 -08:00
dp qcacld-3.0: Cleanup function entry/exit logs from HDD IPA module 2018-01-13 00:42:40 -08:00
hdd qcacld-3.0: Cleanup function entry/exit logs from HDD IPA module 2018-01-13 00:42:40 -08:00
mac Release 5.2.0.61F 2018-01-12 12:20:10 -08:00
pld qcacld-3.0: Remove unused PLD PCIe APIs 2017-12-01 13:39:58 -08:00
sap qcacld-3.0: Cache deleted station's information in case of SAP 2018-01-08 09:39:09 -08:00
sme qcacld-3.0: Add support for roaming on all STA interfaces 2018-01-13 00:42:38 -08:00
wma qcacld-3.0: Fix multiple length definition issue in WLAN FW message 2018-01-13 00:42:43 -08:00