git: DragonFly_RELEASE_6_4 kernel - allow more NULL vm_object cases in vm_pageout_scan_active()
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Jul 26 18:52:10 PDT 2025
commit e898ef78dc16b5ef0434ac8e30ad352a1ac8cc42
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sat Jul 26 18:49:24 2025 -0700
kernel - allow more NULL vm_object cases in vm_pageout_scan_active()
* This code checks for NULL vm_objects in several places but
missed a few. Add missing NULL checks.
* Fixes reported NULL pointer kernel panics.
Reported-by: karthik holla, Michael Neumann
Summary of changes:
sys/vm/vm_pageout.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e898ef78dc16b5ef0434ac8e30ad352a1ac8cc42
--
DragonFly BSD source repository
More information about the Commits
mailing list