看板 DFBSD_commit 關於我們 聯絡資訊
commit 2619977bba2612a052da57c9f262caf65db31e25 Author: Matthew Dillon <dillon@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@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