From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/13580 Path: news.gmane.org!.POSTED!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: pthread_key_create bug? Date: Mon, 7 Jan 2019 09:12:32 -0500 Message-ID: <20190107141232.GY23599@brightrain.aerifal.cx> References: <84B22C11-AA93-47FD-8352-A4F18B19F689@gmail.com> <5c1d9cf6-1b53-7082-5dee-8673ed4c55e9@adelielinux.org> <20190107021128.GW23599@brightrain.aerifal.cx> <27c84eae-fad2-3799-e89f-98282cb236bc@adelielinux.org> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1546870240 11111 195.159.176.226 (7 Jan 2019 14:10:40 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 7 Jan 2019 14:10:40 +0000 (UTC) User-Agent: Mutt/1.5.21 (2010-09-15) To: musl@lists.openwall.com Original-X-From: musl-return-13596-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jan 07 15:10:36 2019 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1ggVbw-0002nb-Cp for gllmg-musl@m.gmane.org; Mon, 07 Jan 2019 15:10:36 +0100 Original-Received: (qmail 18197 invoked by uid 550); 7 Jan 2019 14:12:45 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 18171 invoked from network); 7 Jan 2019 14:12:45 -0000 Content-Disposition: inline In-Reply-To: <27c84eae-fad2-3799-e89f-98282cb236bc@adelielinux.org> Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:13580 Archived-At: On Mon, Jan 07, 2019 at 06:24:05AM -0600, A. Wilcox wrote: > On 01/06/19 20:11, Rich Felker wrote: > > See commit 84d061d5a31c9c773e29e1e2b1ffe8cb9557bc58. > > > And when does 1.1.21 come out? :) > > I ask since that's going to be hard to backport with the header file reorg. It's not actually that hard, just takes some gratuitous conflict resolution I think, but indeed it would be better not to have to. If it's breaking any application code, a simpler mitigation would be just nopping out the delete operation so keys don't get reused. Let's do 1.1.21 though. I have more time this week and I have release notes mostly prepared. Is there anything critical left to be done? Rich