소스 검색

qcacmn: Replace instances of unadorned pointer reference in DFS

Replace all instances of %p with %pK in DFS component, so that
kernel pointers are hidden from unprivileged users.

Change-Id: Ia10971516bf962287af9ff8dce873888500a01a1
CRs-fixed: 2133321
Arif Hussain 7 년 전
부모
커밋
1f88428baf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      umac/dfs/dispatcher/src/wlan_dfs_tgt_api.c

+ 1 - 1
umac/dfs/dispatcher/src/wlan_dfs_tgt_api.c

@@ -360,7 +360,7 @@ QDF_STATUS tgt_dfs_process_emulate_bang_radar_cmd(struct wlan_objmgr_pdev *pdev,
 				dfs_unit_test);
 	else
 		dfs_err(NULL, WLAN_DEBUG_DFS_ALWAYS,
-				"dfs_tx_ops=%p", dfs_tx_ops);
+				"dfs_tx_ops=%pK", dfs_tx_ops);
 
 	return QDF_STATUS_E_FAILURE;
 }