On Sun, Nov 27, 2011 at 6:42 PM, Andriy Gapon <avg_at_freebsd.org> wrote: > > Looks like clang has found a real issue here: > /usr/src/sys/x86/x86/local_apic.c:311:2: warning: array index of '-16' indexes > before the beginning of the array [-Warray-bounds] > lapics[apic_id].la_ioint_irqs[IDT_DTRACE_RET - APIC_IO_INTS] = > IRQ_DTRACE_RET; > > IDT_DTRACE_RET (0x20) indeed seems to be less than APIC_IO_INTS. Uh-oh, I appear to have broken this in r227290. I'll try to figure out what's actually supposed to be done here.Received on Sun Nov 27 2011 - 22:51:05 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:21 UTC