FreeBSD Bugzilla – Attachment 16921 Details for
Bug 30858
intr_machdep.c allows access out of array bound
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 276 bytes, created by
davidx
on 2001-09-27 03:10:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
davidx
Created:
2001-09-27 03:10:02 UTC
Size:
276 bytes
patch
obsolete
>--- intr_machdep.c.orig Thu Sep 27 09:03:29 2001 >+++ intr_machdep.c Thu Sep 27 09:04:11 2001 >@@ -433,6 +433,7 @@ > #else > if ((u_int)intr >= ICU_LEN || intr == ICU_SLAVEID) > #endif /* APIC_IO */ >+ return (EINVAL); > if (intr_handler[intr] != isa_strayintr) > return (EBUSY);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 30858
: 16921