commit 075118473efa9fbb49ec68056ed87615b4c944e4
Author: Matthew Dillon <[email protected]>
Date: Thu Jan 26 14:45:20 2017 -0800
kernel - Fix improper dereference in the vmspace subsystem
* Fix an improper deref in the vmspace subsystem (used by vkernels),
which could cause host memory to become corrupt.
Summary of changes:
sys/vm/vm_vmspace.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/075118473efa9fbb49ec68056ed87615b4c944e4
--
DragonFly BSD source repository