kernel: kill proc with bogus ipc address

This commit is contained in:
Ben Gras 2012-11-16 20:21:21 +01:00
parent 05fddc7d36
commit 6e535c3aaf

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;
}