git: kernel - allow more NULL vm_object cases in vm_pageout_scan_active()

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Jul 26 18:51:19 PDT 2025


commit c267aac0072dae6cf4ae874605f3f0659a2fc820
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/c267aac0072dae6cf4ae874605f3f0659a2fc820


-- 
DragonFly BSD source repository


More information about the Commits mailing list