tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Adding a boot flag for No ASLR



On Mon, Jul 23, 2018 at 07:13:49PM +0200, Kamil Rytarowski wrote:
> We need to have stack, heap and code of a program in predictable (and
> quite narrow) ranges and thus ASLR disabled or less aggressive.

What for? Nothing in the sanitizer design should require that. The only
requirement should be that the shadow area can be mapped at a fixed
location.

Joerg


Home | Main Index | Thread Index | Old Index