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