From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6086 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: In-progress stuff, week of Sept 1 Date: Fri, 5 Sep 2014 04:49:27 -0400 Message-ID: <20140905084926.GK23797@brightrain.aerifal.cx> References: <20140905011442.GA26136@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1409906987 2163 80.91.229.3 (5 Sep 2014 08:49:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Sep 2014 08:49:47 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6099-gllmg-musl=m.gmane.org@lists.openwall.com Fri Sep 05 10:49:40 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1XPpDA-00017y-C0 for gllmg-musl@plane.gmane.org; Fri, 05 Sep 2014 10:49:40 +0200 Original-Received: (qmail 26492 invoked by uid 550); 5 Sep 2014 08:49:39 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 26484 invoked from network); 5 Sep 2014 08:49:39 -0000 Content-Disposition: inline In-Reply-To: <20140905011442.GA26136@brightrain.aerifal.cx> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:6086 Archived-At: On Thu, Sep 04, 2014 at 09:14:42PM -0400, Rich Felker wrote: > - fgets at EOF: The proposed fix by nsz is right, but I think we > should also address the issue of the missing lock in the n=1 case. Done. The n=1 case turned out to have more observably-wrong properties than I was aware about at first, and similar problems in fread, fwrite, and fputs. which I've also fixed. > - dn_expand issues: Potentially serious bugs that need to be fixed > ASAP. nsz and I are working on them right now. Done. > - nsz's LFS64 fixes: Should be straightforward to review and commit. > > - Alexander Monakov's "New static analysis results": These probably > indicate a few minor bugs which should be easy to fix. Both of these are still pending. Rich