wuzhipeng2014 / freenos

Automatically exported from code.google.com/p/freenos
GNU General Public License v3.0
0 stars 0 forks source link

Kernel should cleanup InterruptHooks registered with ProcessCtl(...,WatchIRQ) on process termination #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If a Process died, the Kernel currently does not cleanup any registered
InterruptHooks installed
by ProcessCtl(). When a process now dies, the interruptNotify() helper
function receives an
invalid Process pointer, possibly crashing the Kernel.

Original issue reported on code.google.com by coenbijlsma on 7 Aug 2009 at 10:47

GoogleCodeExporter commented 9 years ago

Original comment by coenbijlsma on 7 Aug 2009 at 11:03