git: kernel - Fix minor mistake corrupting an allocation in recent MPTable work

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Feb 19 01:05:37 PST 2011


commit 2619977bba2612a052da57c9f262caf65db31e25
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Feb 19 01:02:26 2011 -0800

    kernel - Fix minor mistake corrupting an allocation in recent MPTable work
    
    * Fix an allocation which was too small (sizeof pointer vs structure),
      which fixes an early-boot panic.
    
    Reported-by: Peter Avalos <peter at theshell.com>

Summary of changes:
 sys/platform/pc32/i386/mp_machdep.c   |    2 +-
 sys/platform/pc64/x86_64/mp_machdep.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2619977bba2612a052da57c9f262caf65db31e25


-- 
DragonFly BSD source repository





More information about the Commits mailing list