commit | 0181dcc21fb32de34c5bd331cfd834598d9ff54f | [log] [tgz] |
---|---|---|
author | Lincoln Tran <quic_linctran@quicinc.com> | Wed Mar 09 14:38:47 2022 -0800 |
committer | Alexander Martinz <amartinz@shiftphones.com> | Fri Nov 11 15:53:53 2022 +0100 |
tree | ef9f8c6b38a5a2cf6acffa705bc96f1d621f3546 | |
parent | 9997d49c662121d9eb9299acbea6737a9d5374b0 [diff] |
qcacld-3.0: Add pointer check before dereferencing Make sure the parsed association request array is valid at the association ID index, before dereferencing it. This will prevent NULL pointer deref. There is already a check for the beginning of the parsed assoc req array, but it is not checking at the assoc ID index. Change-Id: Icac3b2a4a0646dec4c64a2224e3271b0842a8194 CRs-Fixed: 3147273