git: kernel - Remove improper direct user-space access
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat May 18 09:33:08 PDT 2019
commit 161b332c2485fb96ef18e83f8ba1301203e82488
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sat May 18 09:31:26 2019 -0700
kernel - Remove improper direct user-space access
* chroot_kernel() (a privileged system call) was improperly
callin kprintf() with a direct user address. Just remove
the kprintf().
Reported-by: tdfbsd
Summary of changes:
sys/kern/vfs_syscalls.c | 1 -
1 file changed, 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/161b332c2485fb96ef18e83f8ba1301203e82488
--
DragonFly BSD source repository
More information about the Commits
mailing list