DragonFly commits List (threaded) for 2009-07
DragonFly BSD
DragonFly commits List (threaded) for 2009-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

DragonFly-2.2.1.31.gbcbc0 DragonFly_RELEASE_2_2 sys/emulation/linux/i386 linux_machdep.c sys/kern kern_exec.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 30 Jul 2009 11:41:35 -0700 (PDT)

commit bcbc078e46bb6e32fe26536075e1072c63c9a302
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Thu Jul 30 11:33:36 2009 -0700

    Fix nasty bug in exec*() code that can crash the machine.
    
    Fix a case where the exec() would sometimes attempt to free a wild pointer,
    placing it in the objcache and creating nasty kernel memory corruption.
    
    Reported-by: Borislav Nikolov <none@venom.interbgc.com>

Summary of changes:
 sys/emulation/linux/i386/linux_machdep.c |    1 +
 sys/kern/kern_exec.c                     |    3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bcbc078e46bb6e32fe26536075e1072c63c9a302


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]