Browse Source

qcacld-3.0: Fix NULL pointer dereference in HDD stats path

Fix NULL pointer dereference issue in below API:
- hdd_get_connected_station_info
- hdd_get_connected_station_info_ex
- hdd_llstats_post_radio_stats

Change-Id: I0192c25939707e06679dc266b68915a123a19901
CRs-Fixed: 3773628
Vinod Kumar Myadam 1 năm trước cách đây
mục cha
commit
aa3ef98410
2 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 3 3
      core/hdd/src/wlan_hdd_station_info.c
  2. 1 1
      core/hdd/src/wlan_hdd_stats.c

+ 3 - 3
core/hdd/src/wlan_hdd_station_info.c

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
- * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
+ * Copyright (c) 2021-2024 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -1588,7 +1588,7 @@ static int hdd_get_connected_station_info(struct wlan_hdd_link_info *link_info,
 						       nl_buf_len);
 	if (!skb) {
 		hdd_err("wlan_cfg80211_vendor_cmd_alloc_reply_skb failed");
-		goto fail;
+		return -ENOMEM;
 	}
 
 	hdd_info("stainfo");
@@ -2350,7 +2350,7 @@ static int hdd_get_connected_station_info_ex(struct hdd_context *hdd_ctx,
 						       nl_buf_len);
 	if (!skb) {
 		hdd_err_rl("wlan_cfg80211_vendor_cmd_alloc_reply_skb failed");
-		goto fail;
+		return -ENOMEM;
 	}
 
 	if (qdf_is_macaddr_zero(&stainfo->mld_addr))

+ 1 - 1
core/hdd/src/wlan_hdd_stats.c

@@ -2384,7 +2384,7 @@ static void hdd_llstats_post_radio_stats(struct hdd_adapter *adapter,
 	if (!vendor_event) {
 		hdd_err("wlan_cfg80211_vendor_cmd_alloc_reply_skb failed");
 		hdd_llstats_free_radio_stats(radiostat);
-		goto failure;
+		return;
 	}
 
 	if (nla_put_u32(vendor_event,