From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6938 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?0KDRi9GB0Yw=?= Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl and android Date: Sat, 31 Jan 2015 22:08:56 +0700 Message-ID: <20150131220856.73112b21@sibserver.ru> References: <20150115161322.4ee903b7@sibserver.ru> <20150118133237.40beda09@sibserver.ru> <20150118064440.GA4574@brightrain.aerifal.cx> <20150118150119.1a80a4ba@sibserver.ru> <20150118164010.GC4574@brightrain.aerifal.cx> <20150121173403.75ef5a15@sibserver.ru> <20150121183637.GK4574@brightrain.aerifal.cx> <20150122093752.671ec2f0@sibserver.ru> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1422717009 9578 80.91.229.3 (31 Jan 2015 15:10:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 31 Jan 2015 15:10:09 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6951-gllmg-musl=m.gmane.org@lists.openwall.com Sat Jan 31 16:10:09 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1YHZgT-0006Yc-B4 for gllmg-musl@m.gmane.org; Sat, 31 Jan 2015 16:10:05 +0100 Original-Received: (qmail 32441 invoked by uid 550); 31 Jan 2015 15:10:03 -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 32430 invoked from network); 31 Jan 2015 15:10:02 -0000 X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,NO_RECEIVED, NO_RELAYS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 In-Reply-To: <20150122093752.671ec2f0@sibserver.ru> X-Mailer: claws-mail Xref: news.gmane.org gmane.linux.lib.musl.general:6938 Archived-At: =D0=92 Thu, 22 Jan 2015 09:37:52 +0700 =D0=A0=D1=8B=D1=81=D1=8C =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > =D0=92 Wed, 21 Jan 2015 13:36:37 -0500 > Rich Felker =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >=20 > > It would be very much appreciated to send patches as attachments > > rather than links. There's no way to have a well-documented ongoing > > discussion of the patch if it's not in a permanent place for review, > > and attached to the email/archives is the best way to achieve that. > >=20 > > Rich >=20 > Sorry. >=20 > Now patch is attached (I think it is more sane now to include it here) No comments about code correctness and security? That patch I sent to list contains a typo in android_isappusr(): return (p !=3D 0) instead of (p =3D=3D 0). The code works fine on my phone for now, I moved all bionic depend binaries to patched musl without pain. Thanks for your useful hints.