mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Oops, don't change tdsignal call.
This commit is contained in:
parent
44355392b4
commit
d1f16b4d2e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151991
@ -321,7 +321,7 @@ thr_kill(struct thread *td, struct thr_kill_args *uap)
|
||||
error = EINVAL;
|
||||
goto out;
|
||||
}
|
||||
tdsignal(p, ttd, uap->sig, NULL);
|
||||
tdsignal(ttd, uap->sig, NULL, SIGTARGET_TD);
|
||||
out:
|
||||
PROC_UNLOCK(p);
|
||||
return (error);
|
||||
|
Loading…
Reference in New Issue
Block a user