From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/173 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?THVrYSBNYXLEjWV0acSH?= Newsgroups: gmane.linux.lib.musl.general Subject: Re: Daily cluts reports - numeric, setuid, and mid-term evaluation Date: Sat, 16 Jul 2011 00:47:56 +0200 Message-ID: <4E20C39C.7060502@gmail.com> References: <4E125DBC.9090809@gmail.com> <4E131E8F.9@gmail.com> <4E14C55E.6030808@gmail.com> <4E16141F.5060303@gmail.com> <4E17877E.30907@gmail.com> <20110709115301.GA6510@openwall.com> <20110710145201.GB133@brightrain.aerifal.cx> <4E1B8041.1050602@gmail.com> <4E1F8524.20108@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; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1310770185 1922 80.91.229.12 (15 Jul 2011 22:49:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 15 Jul 2011 22:49:45 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-257-gllmg-musl=m.gmane.org@lists.openwall.com Sat Jul 16 00:49:42 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 1QhrCX-0002eK-Nx for gllmg-musl@lo.gmane.org; Sat, 16 Jul 2011 00:49:41 +0200 Original-Received: (qmail 5500 invoked by uid 550); 15 Jul 2011 22:49: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 5492 invoked from network); 15 Jul 2011 22:49:41 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=4HZmW5/6Wwz82bk69JbYJVodUEug4lYy8mmRQ+vOx2U=; b=Tw1vy02QCSfeFO5RVCWVTx3Brc+PikmFOshfU6Akl/VPnyhcmOWf9/uBOGY+MOFJyh x4YTwA/Zx6i1x3Qa6uULNVYhqI/ArRbFRlZbtJNrlhpLNwwxdUxgjY1M0yt/QOj2ax9P pJgJe05o4s0lE6UMZgMibB9TMtD+GpwOPNWRc= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110626 Icedove/3.1.11 In-Reply-To: <4E1F8524.20108@gmail.com> Xref: news.gmane.org gmane.linux.lib.musl.general:173 Archived-At: Greetings. The results of coding today: * Polished numeric tests - very much of the credit goes to Rich (thanks). Hopefully these tests are "production quality" now, though there's always room for new ones and suggestions are welcome. * Fixing setuid.c, which should do its job of testing setuid/getuid in a threaded environment now - those who are following are probably interested in the results: The test indeed reports failure on certain libc's, but before I can say with confidence that the test is correct, I'm going to need a second pair of eyes, so if you're willing to review it please do fetch the file. More about this in #musl. Next up: * writing a new test collection, that test functions that allocate buffers (#7), or * rewriting (alloc.c), or * maybe even something else entirely --Luka P.S. I've just been informed that I've passed mid-term evaluations, so thank you to all that have put up with me so far. Especially, of course, to my mentor, Rich (most of all for your help and guidance), and the project leader Alexander (most of all for the incentive and involvement). Now begins work to pass the the second evaluation also ;-) and finish the set tasks.