CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/08/10 06:12:58
Modified files:
sys/arch/i386/i386: mpbios_intr_fixup.c
Log message:
Explicitly NULL-terminate mpbios_icu_table as required by the code which
uses it. On ramdisk kernels built with -Os, (accidental termination) did
not occur, leading to heisenbug occurances....
Modified files:
sys/arch/amd64/amd64: mpbios_intr_fixup.c
Log message:
Explicitly NULL-terminate mpbios_icu_table as required by the code which
uses it. On ramdisk kernels built with -Os, (accidental termination) did
not occur, leading to heisenbug occurances....
Found by Mike Larkin, ok kettenis