Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2024 05:47:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 238646] qlnx: qlnxe: Fix kernel address leakage in qlnx_rdma.c
Message-ID:  <bug-238646-7501-0Vs5S31Pn9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238646-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-238646-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238646

--- Comment #1 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D9370f49ad1c4625cd73c4d84d3e42ed3e=
20fabbf

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(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238646-7501-0Vs5S31Pn9>