Module Name: src Committed By: hannken Date: Tue Nov 17 10:34:04 UTC 2015
Modified Files: src/sys/arch/x86/x86: intr.c Log Message: Replace SIMPLEQ_FOREACH with SIMPLEQ_FOREACH_SAFE to prevent use-after-free. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sys/arch/x86/x86/intr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.