qcacld-3.0: Fix issues about uninitialized variables
Fix issues that variables used without initialization. Change-Id: I40d7054a719bf8a442d153beeb4c9aa38bcad373 CRs-Fixed: 2416837
このコミットが含まれているのは:
@@ -2588,7 +2588,7 @@ QDF_STATUS wlansap_update_owe_info(struct sap_context *sap_ctx,
|
||||
struct owe_assoc_ind *owe_assoc_ind;
|
||||
struct assoc_ind *assoc_ind = NULL;
|
||||
qdf_list_node_t *node = NULL, *next_node = NULL;
|
||||
QDF_STATUS status;
|
||||
QDF_STATUS status = QDF_STATUS_SUCCESS;
|
||||
|
||||
if (!wlansap_validate_owe_ies(ie, ie_len)) {
|
||||
QDF_TRACE_ERROR(QDF_MODULE_ID_SAP, "Invalid OWE IE");
|
||||
|
新しいイシューから参照
ユーザーをブロックする