unikraft / lib-musl

musl: A C standard library
Other
8 stars 27 forks source link

Initialize pthread structure fields for non-pthread threads #66

Closed mschlumpp closed 1 year ago

mschlumpp commented 1 year ago

If these fields are not initialized as expected by musl, then calls to pthread functions such pthread_getspecific can return unexpected values or even crash.

mschlumpp commented 1 year ago

I missed that it was already part of PR #41. (Strange that Github still renders a non-empty diff...)