Actions
Bug #15013
closedthread_pthread.c: reinitialize ubf_list at fork
Bug #15013:
thread_pthread.c: reinitialize ubf_list at fork
Description
thread_pthread.c: reinitialize ubf_list at fork
It's possible for the ubf_list_head to be populated with dead
threads at fork or the ubf_list_lock to be held, so reinitialize
both at startup.
And while we're at it, use a static initializer at startup
to save a library call and kill some ifdef.
Files
Actions