]> git.ipfire.org Git - thirdparty/glibc.git/commit
hurd: Fix pthread_kill on exiting/ted thread
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 15 Jan 2022 13:55:23 +0000 (14:55 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 15 Jan 2022 14:11:54 +0000 (15:11 +0100)
commit2c040d0b904ca8dfd34e72dc9b4722d92436ad7e
treeba9372d28e193bbabf4ba63cf7024748eb33b8e1
parentdfb204d87fd7d44b90aef377e6442646d9e1318d
hurd: Fix pthread_kill on exiting/ted thread

We have to drop the kernel_thread port from the thread structure, to
avoid pthread_kill's call to _hurd_thread_sigstate trying to reference
it and fail.
sysdeps/hurd/htl/pt-kill.c
sysdeps/mach/htl/pt-thread-terminate.c