[Bug 238638] [PATCH] dev: mfi: Remove unnecessary pointer printing in mfi.c

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 17 03:08:54 UTC 2019


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 at FreeBSD.org
          Reporter: huangfq.daxian at 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.


More information about the freebsd-bugs mailing list