out of bounds in local_apic.c

Ted Unangst tedu at coverity.com
Tue Jul 13 16:39:20 PDT 2004


if lapic_create is passed the value 16, it will use it as index into
lapics, with potentially bad results.  the check should be if (apic_id >=
MAX_APICID).


More information about the freebsd-hackers mailing list