From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/433 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Daily reports Date: Tue, 16 Aug 2011 14:33:18 -0400 Message-ID: <20110816183318.GV132@brightrain.aerifal.cx> References: <4E49B3ED.6010508@gmail.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1313519661 26056 80.91.229.12 (16 Aug 2011 18:34:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 16 Aug 2011 18:34:21 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-434-gllmg-musl=m.gmane.org@lists.openwall.com Tue Aug 16 20:34:17 2011 Return-path: Envelope-to: gllmg-musl@lo.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by lo.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1QtOSu-0007p9-Vn for gllmg-musl@lo.gmane.org; Tue, 16 Aug 2011 20:34:17 +0200 Original-Received: (qmail 9679 invoked by uid 550); 16 Aug 2011 18:34:16 -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 9667 invoked from network); 16 Aug 2011 18:34:16 -0000 Content-Disposition: inline In-Reply-To: <4E49B3ED.6010508@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:433 Archived-At: On Tue, Aug 16, 2011 at 02:03:57AM +0200, Luka Marčetić wrote: > Finished what I thought was going to be pthread_eintr (though it > turns out there are like 70 more functions that I didn't know about > which I brought up on IRC) > Updated stuff to make sure it compiles with both glibc's (Makefile) > Generated some doxygen docs, but won't upload yet, not showing what I want. > Luka > Makefile | 28 +++++++ > cluts.c | 1 > tests/buf.c | 24 ++++-- buf.c is crashing in fprintf due to a null pointer getting passed for a %s specifier at line 322. Rich