git: kernel - Correct null pointer panic in debug code
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Sat Mar  9 15:32:17 PST 2019
    
    
  
commit 37d2f2836a51d66b8887182ed3aba0120e241157
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Mar 9 15:30:15 2019 -0800
    kernel - Correct null pointer panic in debug code
    
    * vm_fault pager read errors in kernel threads could panic the
      system due to a null pointer indirection in a kprintf().  Fix
      the kprintf().
Summary of changes:
 sys/vm/vm_fault.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/37d2f2836a51d66b8887182ed3aba0120e241157
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list