|
Message-ID: <20110813062614.GD3851@albatros> Date: Sat, 13 Aug 2011 10:26:14 +0400 From: Vasiliy Kulikov <segoon@...nwall.com> To: "H. Peter Anvin" <hpa@...or.com> Cc: Thomas Gleixner <tglx@...utronix.de>, Ingo Molnar <mingo@...hat.com>, kernel-hardening@...ts.openwall.com, Peter Zijlstra <peterz@...radead.org>, Andrew Morton <akpm@...ux-foundation.org>, x86@...nel.org, linux-kernel@...r.kernel.org, linux-mm@...ck.org Subject: Re: [RFC] x86, mm: start mmap allocation for libs from low addresses On Fri, Aug 12, 2011 at 18:19 -0500, H. Peter Anvin wrote: > This also greatly reduces the address space available for randomization, > and may get in the way of the default brk. Is this a net win or lose? If the executable image is not randomized and is located out of ASCII-armor, then yes, such allocation doesn't help much. > Also, this zero byte is going to be at the last address, which means it might not help. How about addresses of the form 0xAA00B000 instead? The last bits are always 000 for a page address, of course... It leaves only 64kb of library protected, which is useless for most of programs. Thanks, -- Vasiliy Kulikov http://www.openwall.com - bringing security into open computing environments
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.