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
此提交包含在:
@@ -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)) {
|
||||
|
新增問題並參考
封鎖使用者