Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79f60995 authored by Wu Gao's avatar Wu Gao Committed by nshrivas
Browse files

qcacmn: Use %pK uppercase K instead of k in format specifier

Usage of %p instead of %pK can lead to info leak, so use %pK uppercase
K instead of k.

Change-Id: Ie4f51e053ed28045b9920f274baebef0233f070e
CRs-Fixed: 2677374
parent 492bfbf0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@ static void wlan_serialization_destroy_cmd_pool(
	qdf_list_node_t *node = NULL;
	struct wlan_serialization_command_list *cmd_list;

	ser_debug("Destroy cmd pool list %pk, size %d",
	ser_debug("Destroy cmd pool list %pK, size %d",
		  &pdev_queue->cmd_pool_list,
		  qdf_list_size(&pdev_queue->cmd_pool_list));
	while (!qdf_list_empty(&pdev_queue->cmd_pool_list)) {