android_kernel_xiaomi_sm8350/core
jitiphil 5202b599f8 qcacld-3.0: Incorrect message offset validations in t2h message handling
Currently in htt_t2h_msg_handler_fast, msg_len, which is in number of
bytes, is directly compared with pdev->rx_mpdu_range_offset_words,
which is in number of words. Thus their comparison becomes invalid.
In htt_t2h_msg_handler, in addition to similar issue as above, the
checks for message offset validations do not consider integer overflows
occurring.

In htt_t2h_msg_handler_fast, the check condition involving
pdev_rx_mpdu_range_offset_words were corrected to work with bytes,
and in htt_t2h_msg_handler checks for integer overflow were also
added.

Change-Id: I9ec7d30cc24d288ddcabd3bb30674a2ca21f2251
CRs-Fixed: 2248069
2018-06-08 10:11:36 -07:00
..
bmi qcacld-3.0: bmi: Fix misspellings 2018-05-16 18:01:27 -07:00
cds qcacld-3.0: Featurize packet log 2018-06-06 23:49:08 -07:00
dp qcacld-3.0: Incorrect message offset validations in t2h message handling 2018-06-08 10:11:36 -07:00
hdd qcacld-3.0: PMO feature flag disable (part two) 2018-06-08 08:31:00 -07:00
mac Release 5.2.0.81X 2018-06-08 08:31:01 -07:00
pld qcacld-3.0: Check if sdio device is valid before start wifi 2018-06-07 21:08:36 -07:00
sap qcacld-3.0: Start SAP on 80Mhz in STA+SAP when acs_policy enabled 2018-06-06 05:49:14 -07:00
sme qcacld-3.0: Remove unused SCAN code under NAPIER_SCAN define 2018-06-08 08:30:54 -07:00
wma qcacld-3.0: Fix uninitialized buffer use in wma_mgmt_rx_process 2018-06-08 08:30:50 -07:00