kernel: kill proc with bogus ipc address

This commit is contained in:
Ben Gras
2012-11-19 10:53:17 +01:00
parent 05fddc7d36
commit 6e535c3aaf
+1
View File
@@ -487,6 +487,7 @@ void delivermsg(struct proc *rp)
rp->p_delivermsg_vir,
rp->p_name,
rp->p_endpoint);
cause_sig(rp->p_nr, SIGSEGV);
r = EFAULT;
}