Date: Tue, 13 Jul 2004 16:39:18 -0700 (PDT) From: "Ted Unangst" <tedu@coverity.com> To: hackers@freebsd.org Subject: out of bounds in local_apic.c Message-ID: <16435.66.93.171.98.1089761958.spork@webmail.coverity.com>
next in thread | raw e-mail | index | archive | help
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).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16435.66.93.171.98.1089761958.spork>