git: kernel - SWAP CACHE part 16/many - Correct bug in kern_slaballoc.c

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Feb 8 17:42:39 PST 2010


commit 7e83df33b9a14032ebc859c84510133314468842
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Feb 8 17:37:36 2010 -0800

    kernel - SWAP CACHE part 16/many - Correct bug in kern_slaballoc.c
    
    * When kmalloc() tries to free oversized allocations it incorrectly
      dereferences a structure after it has been freed.
    
    Reported-by: Rumko, Stathis Kamperis <beket at crater.dragonflybsd.org>
    Thanks-to: Above for getting a nice kernel dump and doing some git bisecting

Summary of changes:
 sys/kern/kern_slaballoc.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7e83df33b9a14032ebc859c84510133314468842


-- 
DragonFly BSD source repository





More information about the Commits mailing list