From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3458 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Thinking about release Date: Wed, 26 Jun 2013 10:21:28 -0400 Message-ID: <20130626142128.GP29800@brightrain.aerifal.cx> References: <20130613012517.GA5859@brightrain.aerifal.cx> <20130626014407.GN29800@brightrain.aerifal.cx> <20130626101933.GD15323@port70.net> 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 1372256508 18997 80.91.229.3 (26 Jun 2013 14:21:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Jun 2013 14:21:48 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3462-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jun 26 16:21:47 2013 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 1UrqbO-0001M4-AV for gllmg-musl@plane.gmane.org; Wed, 26 Jun 2013 16:21:42 +0200 Original-Received: (qmail 29913 invoked by uid 550); 26 Jun 2013 14:21:41 -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 29905 invoked from network); 26 Jun 2013 14:21:41 -0000 Content-Disposition: inline In-Reply-To: <20130626101933.GD15323@port70.net> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:3458 Archived-At: On Wed, Jun 26, 2013 at 12:19:34PM +0200, Szabolcs Nagy wrote: > > > - Accepting \n in dynamic linker path file > > > > This was buggy and apparently nobody (even the person who requested > > it?!) ever tested it. Just fixed it. Could possibly use some further > > review still to make sure it handles odd path files well. > > > > if the path file is empty the fixed (and original) code > invokes ub (it is not critical since an empty path file > does not make much sense, but i think it should be fixed) I just fixed this by falling back to an empty path on read error or empty path file. Rich