commit | 8a99b9f179c3a2f22d083fa3e5ecd6b99516b89a | [log] [tgz] |
---|---|---|
author | Abhishek Singh <absingh@qti.qualcomm.com> | Tue Mar 31 14:18:26 2015 +0530 |
committer | Satyanarayana Dash <c_sadash@qti.qualcomm.com> | Thu Apr 02 18:51:11 2015 +0530 |
tree | 8298859d0f7f45e2ed952a5b8395489b38c5f481 | |
parent | 4506394800b4e71ecaabd3577223392c8fbf003a [diff] |
wlan: Fix Static analysis error. In limProcessSmeGetAssocSTAsInfo() and limProcessSmeGetWPSPBCSessions() the pointers pAssocStasTemp and pSapEventCallback respectively are dereferenced without checking for NULL. Added the NULL check in both place. CRs-Fixed: 815634 Change-Id: I02c49ff2d7430ed4ade8ca932c73a49802a5b4a4