kernel: kill proc with bogus ipc address
This commit is contained in:
parent
05fddc7d36
commit
6e535c3aaf
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue