From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/14264 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Bruno Haible Newsgroups: gmane.linux.lib.musl.general Subject: Re: TLS and TSS APIs have race conditions in musl Date: Wed, 26 Jun 2019 03:02:10 +0200 Message-ID: <14462497.iQ5DGy8R7k@omega> References: <2140186.O6clVpGfe8@omega> <20190626001152.GL1506@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="5447"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: KMail/5.1.3 (Linux/4.4.0-151-generic; KDE/5.18.0; x86_64; ; ) Cc: Rich Felker To: musl@lists.openwall.com Original-X-From: musl-return-14280-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jun 26 03:02:30 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.89) (envelope-from ) id 1hfwKR-0001Gu-Gi for gllmg-musl@m.gmane.org; Wed, 26 Jun 2019 03:02:29 +0200 Original-Received: (qmail 24551 invoked by uid 550); 26 Jun 2019 01:02:25 -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 24533 invoked from network); 26 Jun 2019 01:02:24 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1561510933; s=strato-dkim-0002; d=clisp.org; h=References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=bD+tGGRsu3BBSbrI/gCa0FQ4aGF8dGbpkc2dJgsE6xc=; b=aNINtBkGCNx4fQDk1o0VRk83NtvrUL7O3DOzUuM9Az1PFtxftLBNyi2l7dV7aXlljP zdv+JrxGSsZ1mgofP3J99SnlZclxgZfzpXv5UpSMr85592w2Ky22Uy7YKE2lx1gl/VGd D2PqTzkmhL8bi1fpr7hLs3NVEUVxZAOn3tQtn5/yfXg/EcsnTjHeDY7MWFhy0l8344fJ yMN8DdYXGqGMmtZUGYCwGCFsJgjhTSASK9LFPje3QG6spa4IBgs/3lOL/Nxc9iKKuaF2 OlqqUPf87n9Z0IYNZzqf4KROhO+dSq7HxkBw/L2Jn+ZVhAv2hcisMySRNvCV6JS7FAbp JN4A== X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH+AHjwLuWOGaf0y5RW" X-RZG-CLASS-ID: mo00 In-Reply-To: <20190626001152.GL1506@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:14264 Archived-At: Hi Rich, > > On Alpine Linux 3.7 and 2.9, these test programs, when run, produce this output: This was a typo: I meant Alpine Linux 3.7 and 3.9. > Have you tried with current musl (1.1.22)? No. It surely is easier for you to try it with the current musl: $ gcc -Wall test-tls.c -o test-tls && ./test-tls Bruno