Bug 238653

Summary: qlxgbe: Fix pointer printing in ql_ioctl.c
Product: Base System Reporter: Fuqian <huangfq.daxian>
Component: kernAssignee: freebsd-net (Nobody) <net>
Status: New ---    
Severity: Affects Some People Keywords: patch
Priority: ---    
Version: CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
The patch file none

Description Fuqian 2019-06-17 11:18:38 UTC
Created attachment 205171 [details]
The patch file

In ql_slowpath_log, the address of log->buffer will be printed out.
To avoid kernel address leakage.
Remove this kernel address printing in ql_slowpath_log.