Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sun, 6 Jan 2019 09:35:20 -0500
From: Nathaniel Pierce <nwpierce@...il.com>
To: musl@...ts.openwall.com
Subject: pthread_key_create bug?

Hello -

I believe I’ve encountered a bug in muse’s pthread_key_create(). Immediately after key creation, pthread_getspecific() may not return NULL. Here’s a gist with details and a test that fails:

	https://gist.github.com/nwpierce/df17c17571431a30c16999b6d0dd123f

I’m running musl-1.1.19-r10 as part of Alpine 3.8.1 (via Docker).

Thanks!

-Nate

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.