android_kernel_xiaomi_sm8350/core/sme
gaurank kathpalia b4d4472ba1 qcacld-3.0: Fix possible buffer over-read condition
In the API csr_roam_roaming_state_reassoc_rsp_processor
the driver extracts pNeighborRoamInfo from pMac, but it
may happen the session id is greater than CSR_ROAM_SESSION_MAX
which results in a out of bound access of memory.

Fix is to have a max check of session ID and then extract
pNeighborRoamInfo from that session.

Change-Id: If3fb98fa278562abe40137ffead8ff4f85b40b1f
CRs-Fixed: 2259229
2018-07-05 12:44:04 -07:00
..
inc qcacld-3.0: Fix compilation error if we disable LFR3 featurization 2018-07-04 20:41:10 -07:00
src qcacld-3.0: Fix possible buffer over-read condition 2018-07-05 12:44:04 -07:00