Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2019 03:08:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 238638] [PATCH] dev: mfi: Remove unnecessary pointer printing in mfi.c
Message-ID:  <bug-238638-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238638

            Bug ID: 238638
           Summary: [PATCH] dev: mfi: Remove unnecessary pointer printing
                    in mfi.c
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: huangfq.daxian@gmail.com

Created attachment 205157
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=205157&action=edit
The patch file

In function mfi_timout, the address of cm will be printed out,
change it to print cm_index rather than the address of cm
to avoid kernel address leakage.

-- 
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-238638-227>