commit | e5582aa7efb771bb7611de7b5438ec8bdd4032f7 | [log] [tgz] |
---|---|---|
author | Rajeev Kumar Sirasanagandla <rsirasan@codeaurora.org> | Wed May 02 18:20:20 2018 +0530 |
committer | nshrivas <nshrivas@codeaurora.org> | Tue May 08 21:33:21 2018 -0700 |
tree | 5b1671fa12caeac0e921cd798d6a4c081d256e68 | |
parent | 1c887e18aacf8b2f4a230f8f46fafb9cf48076ec [diff] |
qcacld-3.0: Avoid NULL pointer exception in (re)assoc event In hdd_send_association_event() and hdd_send_re_assoc_event(), there is no check of pBssDesc against NULL which can lead to NULL pointer exception. Circumvent this issue by adding NULL check. Change-Id: Ic3a0142b4ea3f058e8d3993fb491d418ddb8f70d CRs-Fixed: 2232721