[Bug 238646] qlnx: qlnxe: Fix kernel address leakage in qlnx_rdma.c
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 May 2024 05:47:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238646
--- Comment #1 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=9370f49ad1c4625cd73c4d84d3e42ed3e20fabbf
commit 9370f49ad1c4625cd73c4d84d3e42ed3e20fabbf
Author: Fuqian Huang <huangfq.daxian@gmail.com>
AuthorDate: 2024-05-28 05:45:52 +0000
Commit: Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2024-05-28 05:45:52 +0000
qlnx: qlnxe: Fix kernel address leakage
In function qlnx_rdma_deregister_if,
the address of object rdma_if will be printed out.
rdma_if is the address of a global variable qlnxr_drv,
which is passed from dev/qlnx/qlnxr/qlnxr_os.c
A kernel address leakage happens.
Fix this by removing the printf statement.
PR: 238646
MFC after: 1 week
sys/dev/qlnx/qlnxe/qlnx_rdma.c | 3 ---
1 file changed, 3 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.