|
Message-ID: <5694D5C3.8010209@openwall.com> Date: Tue, 12 Jan 2016 13:30:27 +0300 From: Alexander Cherepanov <ch3root@...nwall.com> To: musl@...ts.openwall.com Subject: Re: Possible infinite loop in qsort() 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
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.