commit | e2a50e40671f6f6372de21af12de029fe51a4c4a | [log] [tgz] |
---|---|---|
author | Vignesh U <uvignesh@codeaurora.org> | Thu Jul 26 14:08:29 2018 +0530 |
committer | nshrivas <nshrivas@codeaurora.org> | Wed Aug 01 06:44:41 2018 -0700 |
tree | 09e668d58043337a30959870d2ffb12f574575d6 | |
parent | b9e1e5456a04c43d89c4bbc462fbc2f760d92d08 [diff] |
qcacmn: Fix KW issues Potential NULL pointer dereferences of wmi_handle are found in these functions: wmi_extract_dfs_cac_complete_event() wmi_extract_dfs_radar_detection_event() wmi_extract_reg_chan_list_update_event() wmi_extract_reg_11d_new_cc_event() wmi_extract_reg_ch_avoid_event() Introduce wmi_handle NULL check in the above functions. Change-Id: I30a842818dff400b8648293f65794ff382eb24e7 CRs-Fixed: 2286258