From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/11911 Path: news.gmane.org!.POSTED!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: open issues Date: Wed, 6 Sep 2017 22:32:01 -0400 Message-ID: <20170907023201.GR1627@brightrain.aerifal.cx> References: <20170827043606.GQ15263@port70.net> <20170830020652.GD1627@brightrain.aerifal.cx> <20170907021812.GQ1627@brightrain.aerifal.cx> 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 1504751543 25788 195.159.176.226 (7 Sep 2017 02:32:23 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 7 Sep 2017 02:32:23 +0000 (UTC) User-Agent: Mutt/1.5.21 (2010-09-15) To: musl@lists.openwall.com Original-X-From: musl-return-11924-gllmg-musl=m.gmane.org@lists.openwall.com Thu Sep 07 04:32:18 2017 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 1dpmbx-0005z9-44 for gllmg-musl@m.gmane.org; Thu, 07 Sep 2017 04:32:09 +0200 Original-Received: (qmail 32624 invoked by uid 550); 7 Sep 2017 02:32:14 -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 32603 invoked from network); 7 Sep 2017 02:32:14 -0000 Content-Disposition: inline In-Reply-To: <20170907021812.GQ1627@brightrain.aerifal.cx> Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:11911 Archived-At: Updated status: Pending decision(s) of what do to: - fix nftw when called with paths ending in slash http://www.openwall.com/lists/musl/2017/03/07/1 - use-after-free in __unlock of pthread struct http://www.openwall.com/lists/musl/2017/06/01/7 - missed underflow in fma http://www.openwall.com/lists/musl/2017/03/19/6 new fma, depends on a_clz_64 http://www.openwall.com/lists/musl/2017/04/23/10 [new patch on top of old one submitted, still not ideal but no volatile] Pending updated patch: - make dlsym and reloc time lookup consistent http://www.openwall.com/lists/musl/2017/02/16/1 Pending analysis of cause: - mips64 utime issue? "tar binary can't fix the modification/access times on any extracted symbolic links," http://www.openwall.com/lists/musl/2017/07/06/1 Punting til next release cycle: - ldso ctor dependency ordering and recursive dlopen fix http://www.openwall.com/lists/musl/2017/01/03/6 Additional issue that was left out that I promised for a long time to review; pending tests to ensure it doesn't break anything in the standard functionality it touches: - strftime extensions http://www.openwall.com/lists/musl/2016/11/22/1 Rich