From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9094 Path: news.gmane.org!not-for-mail From: Alexander Cherepanov Newsgroups: gmane.linux.lib.musl.general Subject: Re: Possible infinite loop in qsort() Date: Tue, 12 Jan 2016 13:30:27 +0300 Message-ID: <5694D5C3.8010209@openwall.com> References: <20160109082139.GD2016@debian> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1452594649 13461 80.91.229.3 (12 Jan 2016 10:30:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Jan 2016 10:30:49 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9107-gllmg-musl=m.gmane.org@lists.openwall.com Tue Jan 12 11:30:44 2016 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 1aIwDr-0008IS-Ib for gllmg-musl@m.gmane.org; Tue, 12 Jan 2016 11:30:43 +0100 Original-Received: (qmail 5527 invoked by uid 550); 12 Jan 2016 10:30:39 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 5504 invoked from network); 12 Jan 2016 10:30:39 -0000 In-Reply-To: <20160109082139.GD2016@debian> Xref: news.gmane.org gmane.linux.lib.musl.general:9094 Archived-At: On 2016-01-09 11:21, Markus Wichmann wrote: > Except there's x32: 4GB of address space and no kernel infringes on it > (x32 is basically x86_64, but we keep the userspace pointers down to 32 > bits, so the kernel is way beyond what we're looking at). Another case: 32-bit binary on 64-bit OS. Compile with `gcc -m32` and easily malloc more that 3GB. With glibc, that is. -- Alexander Cherepanov