freebsd-skq/sys/x86/acpica
Conrad Meyer 3765b80993 SRAT: Don't overflow domain_pxm table
If we reached MAXMEMDOM, we would previously try to insert an additional
element and only detect overflow after causing (probably trivial) memory
overflow.  Instead, detect the ndomain > MAXMEMDOM case before we write past
the end.

Reported by:	Coverity
CID:		1354783
Sponsored by:	EMC / Isilon Storage Division
2016-04-20 01:10:07 +00:00
..
acpi_apm.c
acpi_wakeup.c As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to 2016-02-22 09:02:20 +00:00
madt.c In the SandyBridge x2APIC workaround detection code, only fetch the 2015-12-03 10:59:10 +00:00
OsdEnvironment.c Deprecate using hints.acpi.0.rsdp to communicate the RSDP to the 2016-04-14 04:59:51 +00:00
srat.c SRAT: Don't overflow domain_pxm table 2016-04-20 01:10:07 +00:00